onAcceptWithDetails property Null safety
final
Called when an acceptable piece of data was dropped over this drag target.
Equivalent to onAccept, but with information, including the data, in a DragTargetDetails.
Implementation
final DragTargetAcceptWithDetails<T>? onAcceptWithDetails;