progressController property

AnimationController progressController
latefinal

Implementation

late final AnimationController progressController = AnimationController(
  duration: widget.duration,
  vsync: this,
)..value = widget.progress;