backgroundPosition property

String get backgroundPosition

Gets the value of "background-position"

Implementation

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

Sets the value of "background-position"

Implementation

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