textFillColor 属性

String textFillColor

获取 "text-fill-color" 的值

实现

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

设置 "text-fill-color" 的值

实现

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