DragTargetWillAcceptWithDetails<T> typedef

DragTargetWillAcceptWithDetails<T> = bool Function(DragTargetDetails<T> details)

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);