WeatherDescriptionView constructor
const
WeatherDescriptionView({
- Key? key,
- required WeatherData weatherData,
- Color? color,
Implementation
const WeatherDescriptionView(
{super.key, required this.weatherData, this.color});