onDestinationSelected property
final
Callback triggered when a destination is tapped (returns the tapped index).
If null, the control is considered disabled.
Implementation
final ValueChanged<int>? onDestinationSelected;
Callback triggered when a destination is tapped (returns the tapped index).
If null, the control is considered disabled.
final ValueChanged<int>? onDestinationSelected;