material-components-flutter-adaptive
material-components-flutter-adaptive copied to clipboard
onDestinationSelected no responding
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"); } },