onDropAccepted property
void Function(MhDragState dragState, List<T> droppedItems, T? targetItem)?
onDropAccepted
getter/setter pair
This function is called on the source if the target accepted the Drop
Implementation
void Function(MhDragState dragState, List<T> droppedItems, T? targetItem)?
onDropAccepted;