borderInlineStart property

String borderInlineStart

Implementation

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

Implementation

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