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