material-components-flutter-adaptive icon indicating copy to clipboard operation
material-components-flutter-adaptive copied to clipboard

onDestinationSelected no responding

Open mustafa-almulla opened this issue 2 years ago • 0 comments

When click on a destination the onDestinationSelected is not called.

I was testing it within the example in the repository.

onDestinationSelected: (index){ setState() { print("Updated Index $index"); } },

mustafa-almulla avatar Jul 08 '22 19:07 mustafa-almulla