OnItemTap<T> typedef
OnItemTap<T> =
void Function(T value)
Signature for when a tap has occurred.
Implementation
typedef OnItemTap<T> = void Function(T value);
Signature for when a tap has occurred.
typedef OnItemTap<T> = void Function(T value);