textFillColor property
Gets the value of "text-fill-color"
Implementation
String get textFillColor => getPropertyValue('text-fill-color');
Sets the value of "text-fill-color"
Implementation
set textFillColor(String value) {
setProperty('text-fill-color', value, '');
}