textUnderlineStyle property
Gets the value of "text-underline-style"
Implementation
String get textUnderlineStyle => getPropertyValue('text-underline-style');
Sets the value of "text-underline-style"
Implementation
set textUnderlineStyle(String value) {
setProperty('text-underline-style', value, '');
}