AnimatedWeatherWidget constructor

const AnimatedWeatherWidget({
  1. required WeatherType weatherType,
})

Implementation

const AnimatedWeatherWidget({required this.weatherType});