borderInlineStartColor property

String borderInlineStartColor

Implementation

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

Implementation

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