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