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