onWillAccept property

bool Function(T?)? onWillAccept
final

Callback, called when this Dock may accept the dragged item.

Implementation

final bool Function(T?)? onWillAccept;