String borderBottomWidth

Gets the value of "border-bottom-width"

Source

String get borderBottomWidth => this._borderBottomWidth;
void borderBottomWidth=(String value)

Sets the value of "border-bottom-width"

Source

set borderBottomWidth(String value) {
  _borderBottomWidth = value == null ? '' : value;
}