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