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