borderBeforeStyle property

String borderBeforeStyle

Gets the value of "border-before-style"

Implementation

String get borderBeforeStyle => getPropertyValue('border-before-style');
void borderBeforeStyle= (String value)

Sets the value of "border-before-style"

Implementation

set borderBeforeStyle(String value) {
  setProperty('border-before-style', value, '');
}