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