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