borderInlineEndColor property

String borderInlineEndColor

Implementation

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

Implementation

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