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