removeBackgroundImage method
void
removeBackgroundImage()
Removes the current background image from the drawing pad.
Implementation
void removeBackgroundImage() {
backgroundImageListenable.value = null;
}
Removes the current background image from the drawing pad.
void removeBackgroundImage() {
backgroundImageListenable.value = null;
}