OnDropOnLastTarget typedef
OnDropOnLastTarget =
void Function(DragAndDropListInterface newOrReordered, DragAndDropListTarget receiver)
Implementation
typedef OnDropOnLastTarget = void Function(
DragAndDropListInterface newOrReordered,
DragAndDropListTarget receiver,
);