String backgroundImage

Gets the value of "background-image"

Source

String get backgroundImage => getPropertyValue('background-image');
void backgroundImage=(String value)

Sets the value of "background-image"

Source

set backgroundImage(String value) {
  setProperty('background-image', value, '');
}