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