progressIndicatorController property
An optional AnimationController when you want to control the progress of your LinearProgressIndicator. You are responsible for controlling the progress
Implementation
final AnimationController? progressIndicatorController;