onPointerLeave property

void Function(PointerEvent e)? onPointerLeave
final

Callback invoked when a pointer leaves the element boundaries.

Implementation

final void Function(PointerEvent e)? onPointerLeave;