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