borderBefore property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderBefore
Gets the value of "border-before"
Implementation
String get borderBefore => getPropertyValue('border-before');
setborderBefore (String value)
Sets the value of "border-before"
Implementation
set borderBefore(String value) {
setProperty('border-before', value, '');
}