ListOnAccept typedef

ListOnAccept = void Function(DragAndDropListInterface incoming, DragAndDropListInterface target)

Implementation

typedef void ListOnAccept(
  DragAndDropListInterface incoming,
  DragAndDropListInterface target,
);