borderInlineColor property

String borderInlineColor

Implementation

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

Implementation

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