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