OnDragItem typedef

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

Implementation

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