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