WeatherSet constructor
- required WeatherData weatherData,
- required dynamic onChanged(),
- Key? key,
Implementation
const WeatherSet(
{required this.weatherData, required this.onChanged, Key? key})
: super(key: key);
const WeatherSet(
{required this.weatherData, required this.onChanged, Key? key})
: super(key: key);