controller property
latefinal
The animation controller driving this widget's implicit animations.
Implementation
@protected
late final AnimationController controller = AnimationController(
duration: widget.duration,
debugLabel: kDebugMode ? widget.toStringShort() : null,
vsync: this,
);