onHover property

ValueChanged<bool>? onHover
final

Callback when the hover state changes.

Called when the mouse enters or leaves the button area.

Implementation

final ValueChanged<bool>? onHover;