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