WeatherCloudBg constructor

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

Implementation

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