borderRightStyle property

String borderRightStyle

Implementation

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

Implementation

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