onItemTap property

ValueChanged<int>? onItemTap
final

Callback when a menu item is tapped. Returns the index of the pressed item.

Implementation

final ValueChanged<int>? onItemTap;