backgroundPosition property

String backgroundPosition

Gets the value of "background-position"

Implementation

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

Sets the value of "background-position"

Implementation

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