OnTapItem typedef
OnTapItem =
void Function(int? listIndex, int? itemIndex, BoardItemState state)
Implementation
typedef OnTapItem = void Function(
int? listIndex, int? itemIndex, BoardItemState state);
typedef OnTapItem = void Function(
int? listIndex, int? itemIndex, BoardItemState state);