borderInline property

String get borderInline

Implementation

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

Implementation

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