reactionHoverFade property

Animation<double> reactionHoverFade

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

Animation<double> get reactionHoverFade => _reactionHoverFade;