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