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