onHover property
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;
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.
final ValueChanged<bool>? onHover;