String borderLeftWidth

Gets the value of "border-left-width"

Source

String get borderLeftWidth => this._borderLeftWidth;
void borderLeftWidth=(String value)

Sets the value of "border-left-width"

Source

set borderLeftWidth(String value) {
  _borderLeftWidth = value == null ? '' : value;
}