borderLeftColor property

String borderLeftColor

Implementation

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

Implementation

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