onMouseEnter property
A function that will be called when the mouse exits
Called with the PointerExitEvent when the mouse exits the widget.
Implementation
final void Function(PointerEnterEvent event)? onMouseEnter;
A function that will be called when the mouse exits
Called with the PointerExitEvent when the mouse exits the widget.
final void Function(PointerEnterEvent event)? onMouseEnter;