borderBeforeStyle 属性
获取 "border-before-style" 的值
实现
String get borderBeforeStyle => getPropertyValue('border-before-style');
设置 "border-before-style" 的值
实现
set borderBeforeStyle(String value) {
setProperty('border-before-style', value, '');
}