onWillAccept property

DragTargetWillAccept<Parent<T>> onWillAccept
final

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;