background property

String background

Implementation

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

Implementation

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