Gets the value of "border-bottom-style"
Source
String get borderBottomStyle => this._borderBottomStyle;
Sets the value of "border-bottom-style"
Source
set borderBottomStyle(String value) {
_borderBottomStyle = value == null ? '' : value;
}
Gets the value of "border-bottom-style"
String get borderBottomStyle => this._borderBottomStyle;
Sets the value of "border-bottom-style"
set borderBottomStyle(String value) {
_borderBottomStyle = value == null ? '' : value;
}