borderInlineEndStyle property

String borderInlineEndStyle

Implementation

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

Implementation

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