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