onDestinationSelected property

ValueChanged<int>? onDestinationSelected
final

Callback triggered when a destination is tapped (returns the tapped index).

If null, the control is considered disabled.

Implementation

final ValueChanged<int>? onDestinationSelected;