onWillAccept property
Called to determine whether this widget is interested in receiving a given piece of data being dragged over this drag target.
Implementation
final DragTargetWillAccept<Parent<T>> onWillAccept;
Called to determine whether this widget is interested in receiving a given piece of data being dragged over this drag target.
final DragTargetWillAccept<Parent<T>> onWillAccept;