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