String backgroundPositionX

Gets the value of "background-position-x"

Source

String get backgroundPositionX => getPropertyValue('background-position-x');
void backgroundPositionX=(String value)

Sets the value of "background-position-x"

Source

set backgroundPositionX(String value) {
  setProperty('background-position-x', value, '');
}