MyDragTargetAccept<T> typedef
MyDragTargetAccept<T> =
void Function(T data)
Signature for causing a MyDragTarget to accept the given data.
Used by MyDragTarget.onAccept.
Implementation
typedef void MyDragTargetAccept<T>(T data);