Gets the value of "border-right-color"
Source
String get borderRightColor => this._borderRightColor;
Sets the value of "border-right-color"
Source
set borderRightColor(String value) {
_borderRightColor = value == null ? '' : value;
}
Gets the value of "border-right-color"
String get borderRightColor => this._borderRightColor;
Sets the value of "border-right-color"
set borderRightColor(String value) {
_borderRightColor = value == null ? '' : value;
}