onLeave property

void Function(T? data)? onLeave
final

Triggered when the drag leaves the target boundary.

Implementation

final void Function(T? data)? onLeave;