borderBottomWidth property
Gets the value of "border-bottom-width"
Implementation
String get borderBottomWidth => this._borderBottomWidth;
Sets the value of "border-bottom-width"
Implementation
set borderBottomWidth(String value) {
_borderBottomWidth = value == null ? '' : value;
}