backgroundColor property

String backgroundColor

Implementation

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

Implementation

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