onHoverStart property

VoidCallback? onHoverStart
final

The callback function called when the cursor begins hovering over the widget. (by MouseRegion) This function allows for the initiation of actions based on the hover interaction. This function is not called in touch-based environments yet.

Implementation

final VoidCallback? onHoverStart;