borderRightWidth property

String get borderRightWidth

Implementation

_i2.String get borderRightWidth => _i4.getProperty(
      this,
      'borderRightWidth',
    );
set borderRightWidth (String value)

Implementation

set borderRightWidth(_i2.String value) {
  _i4.setProperty(
    this,
    'borderRightWidth',
    value,
  );
}