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