textUnderlineStyle property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextUnderlineStyle
Gets the value of "text-underline-style"
Implementation
String get textUnderlineStyle => getPropertyValue('text-underline-style');
settextUnderlineStyle (String value)
Sets the value of "text-underline-style"
Implementation
set textUnderlineStyle(String value) {
setProperty('text-underline-style', value, '');
}