onHoverChanged property

(void Function(BuildContext context, FocusableControlState control)?) onHoverChanged
final

Called after the hover state has changed.

Implementation

final void Function(BuildContext context, FocusableControlState control)? onHoverChanged;