onMouseEnter property

void Function(PointerEnterEvent event)? onMouseEnter
final

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;