borderTop property

String borderTop

Gets the value of "border-top"

Implementation

String get borderTop => this._borderTop;
void borderTop= (String value)

Sets the value of "border-top"

Implementation

set borderTop(String value) {
  _borderTop = value == null ? '' : value;
}