borderInlineStartWidth property

String borderInlineStartWidth

Implementation

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

Implementation

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