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