textUnderlineStyle property

String textUnderlineStyle

Gets the value of "text-underline-style"

Implementation

String get textUnderlineStyle => getPropertyValue('text-underline-style');
void textUnderlineStyle= (String value)

Sets the value of "text-underline-style"

Implementation

set textUnderlineStyle(String value) {
  setProperty('text-underline-style', value, '');
}