progressIndicatorController property

AnimationController? progressIndicatorController
final

An optional AnimationController when you want to control the progress of your LinearProgressIndicator. You are responsible for controlling the progress

Implementation

final AnimationController? progressIndicatorController;