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