onHover property

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