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