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