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