onHover property
final
Called whenever a pointer enters or exits the button response area, with true if a pointer has entered this button and false if it has exited it.
Implementation
final ValueChanged<bool>? onHover;
Called whenever a pointer enters or exits the button response area, with true if a pointer has entered this button and false if it has exited it.
final ValueChanged<bool>? onHover;