borderBottomWidth property

String borderBottomWidth

Gets the value of "border-bottom-width"

Implementation

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

Sets the value of "border-bottom-width"

Implementation

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