onWillAccept property

bool Function(T?)? onWillAccept
final

Callback, called when some DragTarget may accept the dragged item.

Implementation

final bool Function(T?)? onWillAccept;