onSelected property

ValueChanged<int>? onSelected
final

Callback invoked when a navigation item is selected.

Called with the index of the tapped item. Use this to update the selected index and navigate to the corresponding destination.

Implementation

final ValueChanged<int>? onSelected;