CellTap<T> typedef

CellTap<T> = void Function(T item)

CellTap<T> defines the action when the cell is tapped.

Implementation

typedef CellTap<T> = void Function(T item);