String borderRightWidth

Gets the value of "border-right-width"

Source

String get borderRightWidth => this._borderRightWidth;
void borderRightWidth=(String value)

Sets the value of "border-right-width"

Source

set borderRightWidth(String value) {
  _borderRightWidth = value == null ? '' : value;
}