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