onPointerOut property
void Function(PointerEvent e)?
onPointerOut
final
Callback invoked when a pointer is moved out of the element or its descendants.
Implementation
final void Function(PointerEvent e)? onPointerOut;