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; }