LocationView constructor
const
LocationView({
- Key? key,
- required WeatherData weatherData,
- Color? color,
Implementation
const LocationView({
super.key,
required this.weatherData,
this.color,
});