onLeave property

dynamic Function(T?)? onLeave
final

Callback, called when the dragged item leaves this Dock.

Implementation

final Function(T?)? onLeave;