textUnderlineColor property Null safety

String textUnderlineColor

Gets the value of "text-underline-color"

Implementation

String get textUnderlineColor => getPropertyValue('text-underline-color');
void textUnderlineColor=(String value)

Sets the value of "text-underline-color"

Implementation

set textUnderlineColor(String value) {
  setProperty('text-underline-color', value, '');
}