onWillAccept property
final
Callback, called when some DragTarget may accept the dragged item.
Implementation
final bool Function(T?)? onWillAccept;
Callback, called when some DragTarget may accept the dragged item.
final bool Function(T?)? onWillAccept;