textUnderlineMode property

String textUnderlineMode

Gets the value of "text-underline-mode"

Implementation

String get textUnderlineMode => getPropertyValue('text-underline-mode');
void textUnderlineMode=(String value)

Sets the value of "text-underline-mode"

Implementation

set textUnderlineMode(String value) {
  setProperty('text-underline-mode', value, '');
}