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