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