onWillAccept property

bool Function(T?)? onWillAccept
final

Callback, called to determine whether this widget is interested in receiving the T being dragged over this target.

Implementation

final bool Function(T?)? onWillAccept;