borderInlineStart property

String get borderInlineStart

Implementation

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

Implementation

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