OnListReordered typedef

OnListReordered = void Function(DragAndDropListInterface reorderedList, DragAndDropListInterface receiverList)

Implementation

typedef void OnListReordered(
  DragAndDropListInterface reorderedList,
  DragAndDropListInterface receiverList,
);