borderRightWidth property

String borderRightWidth

Implementation

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

Implementation

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