ListOnWillAccept typedef

ListOnWillAccept = bool Function(DragAndDropListInterface? incoming, DragAndDropListInterface? target)

Implementation

typedef bool ListOnWillAccept(
  DragAndDropListInterface? incoming,
  DragAndDropListInterface? target,
);