onTap property

ValueChanged<int>? onTap
final

Callback that is called whenever a list item is tapped by the user.

Implementation

final ValueChanged<int>? onTap;