backgroundImage property

String backgroundImage

Implementation

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

Implementation

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