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