onTap property

ValueChanged<int> onTap
final

Fires this callback whenever a BottomBarItem is tapped

Use this callback to update the selectedIndex

Implementation

final ValueChanged<int> onTap;