BoardDragEndCallback typedef
BoardDragEndCallback =
void Function(int fromListIndex, int fromItemIndex, int toListIndex, int toItemIndex)
Called when a drag operation ends
Implementation
typedef BoardDragEndCallback = void Function(int fromListIndex, int fromItemIndex, int toListIndex, int toItemIndex);