listOnAccept property

ListOnAccept? listOnAccept
final

Set in order to get the lists 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 ListOnAccept? listOnAccept;