removeBackground method
void
removeBackground()
Removes the background of the rotating globe.
Example usage:
controller.removeBackground();
Implementation
void removeBackground() {
background = null;
notifyListeners();
}