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