webkitBackgroundSize property
String
get
webkitBackgroundSize
@deprecated This is a legacy alias of backgroundSize
.
Implementation
_i2.String get webkitBackgroundSize => _i4.getProperty(
this,
'webkitBackgroundSize',
);
set
webkitBackgroundSize
(String value)
Implementation
set webkitBackgroundSize(_i2.String value) {
_i4.setProperty(
this,
'webkitBackgroundSize',
value,
);
}