menu
geopod
widgets/weather_dialog.dart
WeatherDialog
WeatherDialog.new const constructor
WeatherDialog.new
dark_mode
light_mode
WeatherDialog
constructor
const
WeatherDialog
(
{
required
double
latitude
,
required
double
longitude
,
String
?
address
,
Key
?
key
,
})
Implementation
const WeatherDialog({ required this.latitude, required this.longitude, this.address, super.key, });
geopod
weather_dialog
WeatherDialog
WeatherDialog.new const constructor
WeatherDialog class