OnTapItem typedef

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

Implementation

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