OnDragItem typedef

OnDragItem = void Function(int oldListIndex, int oldItemIndex, int newListIndex, int newItemIndex, BoardItemState state)

Implementation

typedef OnDragItem = void Function(int oldListIndex, int oldItemIndex,
    int newListIndex, int newItemIndex, BoardItemState state);