Gets the value of "text-fill-color"
Source
String get textFillColor => getPropertyValue('text-fill-color');
Sets the value of "text-fill-color"
Source
set textFillColor(String value) {
setProperty('text-fill-color', value, '');
}
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, '');
}