SavedDestinationsDialog constructor
- Key? key,
- required MapController controller,
- required dynamic onShowSnackBar(),
//////////// ////////////
Implementation
// II.B - Constructor
///////////////
const SavedDestinationsDialog({
super.key,
required this.controller,
required this.onShowSnackBar,
});