onWillAccept property
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;
Callback, called to determine whether this widget is interested in
receiving the T
being dragged over this target.
final bool Function(T?)? onWillAccept;