itemOnAccept property

ItemOnAccept? itemOnAccept
final

Set in order to get the items involved in a drag and drop operation after an item has been accepted. For general use cases where only reordering is necessary, only onItemReorder or onItemAdd is needed, and this should be left null. onItemReorder or onItemAdd will be called after this.

Implementation

final ItemOnAccept? itemOnAccept;