OnItemDropOnLastTarget typedef

OnItemDropOnLastTarget = void Function(DragAndDropItem newOrReorderedItem, DragAndDropListInterface parentList, DragAndDropItemTarget receiver)

Implementation

typedef void OnItemDropOnLastTarget(
  DragAndDropItem newOrReorderedItem,
  DragAndDropListInterface parentList,
  DragAndDropItemTarget receiver,
);