itemOnTap property

dynamic Function(T) itemOnTap
final

Callback triggered when an item is selected.

Implementation

final Function(T) itemOnTap;