reactionController property

AnimationController reactionController

Used by subclasses to control the radial reaction animation.

Some controls have a radial ink reaction to user input. This animation controller can be used to start or stop these ink reactions.

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

Implementation

AnimationController get reactionController => _reactionController;