onHoverChange property
Handler called when the hover changes.
Called with true if this widget's node gains hover, and false if it loses hover.
Implementation
final ValueChanged<bool>? onHoverChange;
Handler called when the hover changes.
Called with true if this widget's node gains hover, and false if it loses hover.
final ValueChanged<bool>? onHoverChange;