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