borderLeftColor property Null safety
Gets the value of "border-left-color"
Implementation
String get borderLeftColor => getPropertyValue('border-left-color');
Sets the value of "border-left-color"
Implementation
set borderLeftColor(String value) {
setProperty('border-left-color', value, '');
}