webkitBackgroundSize property

String webkitBackgroundSize

@deprecated This is a legacy alias of backgroundSize.

MDN Reference

Implementation

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

Implementation

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