borderBottomStyle 属性
覆盖
获取 "border-bottom-style" 的值
实现
String get borderBottomStyle => this._borderBottomStyle;
覆盖
设置 "border-bottom-style" 的值
实现
set borderBottomStyle(String? value) {
_borderBottomStyle = value == null ? '' : value;
}