borderColor property

String borderColor

Implementation

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

Implementation

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