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