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