WeatherSummary constructor

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

Implementation

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