borderRightColor property
Gets the value of "border-right-color"
Implementation
String get borderRightColor => getPropertyValue('border-right-color');
Sets the value of "border-right-color"
Implementation
set borderRightColor(String value) {
setProperty('border-right-color', value, '');
}