onMouseExit property

void Function(PointerExitEvent event)? onMouseExit
final

A function that will be called when the mouse enters

Called with the PointerEnterEvent when the mouse enters the widget.

Implementation

final void Function(PointerExitEvent event)? onMouseExit;