removeBackgroundImage method

void removeBackgroundImage()

Removes the current background image from the drawing pad.

Implementation

void removeBackgroundImage() {
  backgroundImageListenable.value = null;
}