borderInlineStartStyle property

String borderInlineStartStyle

Implementation

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

Implementation

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