MyDragTargetWillAccept<T> typedef
MyDragTargetWillAccept<T> =
bool Function(T data)
Signature for determining whether the given data will be accepted by a MyDragTarget.
Used by MyDragTarget.onWillAccept.
Implementation
typedef bool MyDragTargetWillAccept<T>(T data);