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