borderInlineEndWidth property

String borderInlineEndWidth

Implementation

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

Implementation

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