borderRight property

String get borderRight

Implementation

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

Implementation

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