OpenWeatherByLocation constructor
const
OpenWeatherByLocation({})
Implementation
const OpenWeatherByLocation(
{super.key,
required this.apiKey,
required this.latitude,
required this.longitude,
this.weatherUnits = WeatherUnits.IMPERIAL,
this.color = Colors.black,
this.language = Languages.ENGLISH});