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