reactionHoverFade property
Controls the radial reaction's opacity animation for hover changes.
Some controls have a radial ink reaction to pointer hover. This animation controls these ink reaction fade-ins and fade-outs.
To paint the actual radial reaction, ToggleablePainter.paintRadialReaction may be used.
Implementation
CurvedAnimation get reactionHoverFade => _reactionHoverFade;