DragTargetWillAcceptWithDetails<T> typedef
Signature for determining whether the given data will be accepted by a DragTarget, based on provided information.
Used by DragTarget.onWillAcceptWithDetails.
Implementation
typedef DragTargetWillAcceptWithDetails<T> = bool Function(DragTargetDetails<T> details);