background property

dynamic get background

Implementation

_i2.dynamic get background => _i4.getProperty(
      this,
      'background',
    );
set background (dynamic value)

Implementation

set background(_i2.dynamic value) {
  _i4.setProperty(
    this,
    'background',
    value ?? _i5.undefined,
  );
}