backgroundImage property

String get backgroundImage

Implementation

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

Implementation

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