hover property

(void Function(bool state)?) hover
final

Callback that is called when the mouse enters or leaves the widget.

Implementation

final void Function(bool state)? hover;