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