controller property

AnimationController controller
getter/setter pair

Implementation

late AnimationController controller = AnimationController(
  vsync: this,
  duration: widget.duration,
);