OnDropOnLastTarget typedef

OnDropOnLastTarget = void Function(DragAndDropListInterface newOrReordered, DragAndDropListTarget receiver)

Implementation

typedef void OnDropOnLastTarget(
  DragAndDropListInterface newOrReordered,
  DragAndDropListTarget receiver,
);