onHoverEnd property

VoidCallback? onHoverEnd
final

The callback function called when the cursor begins to leave the widget. (by MouseRegion) This function allows for actions to be executed based on the end of the hover interaction. This function is not called in touch-based environments yet.

Implementation

final VoidCallback? onHoverEnd;