WeatherDescriptionView constructor

const WeatherDescriptionView({
  1. Key? key,
  2. required WeatherData weatherData,
  3. Color? color,
})

Implementation

const WeatherDescriptionView(
    {super.key, required this.weatherData, this.color});