String borderBottomStyle

Gets the value of "border-bottom-style"

Source

String get borderBottomStyle => this._borderBottomStyle;
void borderBottomStyle=(String value)

Sets the value of "border-bottom-style"

Source

set borderBottomStyle(String value) {
  _borderBottomStyle = value == null ? '' : value;
}