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