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