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