获取 "text-fill-color" 的值
String get textFillColor => getPropertyValue('text-fill-color');
设置 "text-fill-color" 的值
set textFillColor(String value) { setProperty('text-fill-color', value, ''); }