borderInlineWidth property

String borderInlineWidth

Implementation

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

Implementation

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