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