onHover property

ValueChanged<bool>? onHover
final

Callback invoked when hover state changes.

Called with true when the mouse enters the button area, and false when it exits. Useful for custom hover effects.

Implementation

final ValueChanged<bool>? onHover;