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