borderLeftColor property
Gets the value of "border-left-color"
Implementation
String get borderLeftColor => this._borderLeftColor;
Sets the value of "border-left-color"
Implementation
set borderLeftColor(String value) {
_borderLeftColor = value == null ? '' : value;
}