Gets the value of "background-position-x"
Source
String get backgroundPositionX => getPropertyValue('background-position-x');
Sets the value of "background-position-x"
Source
set backgroundPositionX(String value) { setProperty('background-position-x', value, ''); }