reaction property

Animation<double> reaction

The visual value of the radial reaction animation.

Some controls have a radial ink reaction to user input. This animation controls the progress of these ink reactions.

To paint the actual radial reaction, ToggleablePainter.paintRadialReaction may be used.

Implementation

Animation<double> get reaction => _reaction;