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