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