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