borderInlineStyle property

String get borderInlineStyle

Implementation

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

Implementation

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