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