DragTargetAcceptWithDetails<T> typedef
Null safety
Signature for determining information about the acceptance by a DragTarget.
Used by DragTarget.onAcceptWithDetails.
Implementation
typedef DragTargetAcceptWithDetails<T> = void Function(DragTargetDetails<T> details);