onAcceptWithDetails property

DragTargetAcceptWithDetails<T>? onAcceptWithDetails
final

Called when an acceptable piece of data was dropped over this drag target. It will not be called if data is null.

Equivalent to onAccept, but with information, including the data, in a DragTargetDetails.

Implementation

final DragTargetAcceptWithDetails<T>? onAcceptWithDetails;