borderInlineWidth property

String get borderInlineWidth

Implementation

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

Implementation

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