borderRight property

String borderRight

Implementation

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

Implementation

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