ListItemTap<T, K> typedef

ListItemTap<T, K> = void Function(TListItem<T, K> item)

Implementation

typedef ListItemTap<T, K> = void Function(TListItem<T, K> item);