onMouseExit property
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;
A function that will be called when the mouse enters
Called with the PointerEnterEvent when the mouse enters the widget.
final void Function(PointerExitEvent event)? onMouseExit;