Gets the value of "border-bottom"
String get borderBottom => this._borderBottom;
Sets the value of "border-bottom"
set borderBottom(String value) { _borderBottom = value == null ? '' : value; }