borderLeftColor property

String borderLeftColor

Gets the value of "border-left-color"

Implementation

String get borderLeftColor => this._borderLeftColor;
void borderLeftColor= (String value)

Sets the value of "border-left-color"

Implementation

set borderLeftColor(String value) {
  _borderLeftColor = value == null ? '' : value;
}