listTargetOnAccept property

ListTargetOnAccept? listTargetOnAccept
final

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

Implementation

final ListTargetOnAccept? listTargetOnAccept;