borderInline property

String borderInline

Implementation

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

Implementation

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