Signature for determining whether the given data will be accepted by a DragTarget.
Used by DragTarget.onWillAccept.
Source
typedef bool DragTargetWillAccept<T>(T data);
Signature for determining whether the given data will be accepted by a DragTarget.
Used by DragTarget.onWillAccept.
typedef bool DragTargetWillAccept<T>(T data);