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