backgroundSize property

String backgroundSize

Implementation

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

Implementation

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