showBackgroundImage method Null safety

void showBackgroundImage()

Implementation

void showBackgroundImage() {
  backgroundImageOpacity = 1;
  notifyListeners();
}