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