WeatherThunderBg constructor

WeatherThunderBg({
  1. Key? key,
  2. required WeatherType weatherType,
})

Implementation

WeatherThunderBg({Key? key, required this.weatherType}) : super(key: key);