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