reactionController property

AnimationController reactionController
@protected

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.

Subclasses should call paintRadialReaction to actually paint the radial reaction.

Implementation

@protected
AnimationController get reactionController => _reactionController;