textFillColor property

String textFillColor

Gets the value of "text-fill-color"

Implementation

String get textFillColor => getPropertyValue('text-fill-color');
void textFillColor=(String value)

Sets the value of "text-fill-color"

Implementation

set textFillColor(String value) {
  setProperty('text-fill-color', value, '');
}