controller property

AnimationController controller
latefinalinherited

Implementation

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