backgroundSize property
String
get
backgroundSize
Implementation
_i2.String get backgroundSize => _i4.getProperty(
this,
'backgroundSize',
);
set
backgroundSize
(String value)
Implementation
set backgroundSize(_i2.String value) {
_i4.setProperty(
this,
'backgroundSize',
value,
);
}