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