OnDropItem typedef

OnDropItem = void Function(int? listIndex, int? itemIndex, int? oldListIndex, int? oldItemIndex, BoardItemState state)

Implementation

typedef void OnDropItem(int? listIndex, int? itemIndex,int? oldListIndex,int? oldItemIndex, BoardItemState state);