OnItemTap<T> typedef

OnItemTap<T> = void Function(T data)

Implementation

typedef OnItemTap<T> = void Function(T data);