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