borderLeftWidth property

String borderLeftWidth

Gets the value of "border-left-width"

Implementation

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

Sets the value of "border-left-width"

Implementation

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