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