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