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