menu
at_events_flutter package
documentation
screens/selected_location.dart
SelectedLocation
SelectedLocation constructor
SelectedLocation constructor
dark_mode
light_mode
SelectedLocation
constructor
SelectedLocation
(
String
displayName
,
LatLng
point
, {
Key
?
key
,
})
Implementation
SelectedLocation(this.displayName, this.point, {Key? key}) : super(key: key);
at_events_flutter package
documentation
screens/selected_location
SelectedLocation
SelectedLocation constructor
SelectedLocation class