textUnderlineStyle property

String get textUnderlineStyle

Gets the value of "text-underline-style"

Implementation

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

Sets the value of "text-underline-style"

Implementation

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