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