onPointerExit property

VoidCallback? onPointerExit
final

Provide a function to perform when this XL's MouseRegion and Listener have been exited by a pointer, either mouse or touch input.

This reqion is not opaque, and so pointer events will pass through it.

Implementation

final VoidCallback? onPointerExit;