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