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