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