onHover property

ValueChanged<bool>? onHover
final

Called when a pointer enters or exits the ink response area.

The value passed to the callback is true if a pointer has entered the container and false if a pointer has exited the container.

Implementation

final ValueChanged<bool>? onHover;