simple_progress_indicators library
Classes
- AnimatedProgressBar
- Animated progress bar. Behaves like implicitly animated widget. Check basic implicit animated Flutter widgets like AnimatedContainer It animates value changes. Requires duration to set filling duration timer onEnd callback to trigger additional actions (e.g. another animation) at the end of the current animation color or gradient to fill the progress bar. Only one parameter is allowed. Optional backgroundColor, defaults to transparent Optional width defaults to 200.0 Optional height defaults to 10.0 Optional curve defaults to Curves.linear
- ProgressBar
- Basic progress bar widget.
- ProgressBarAnimation
- Instantly animating progress bar. Requires duration to set filling duration timer color or gradient to fill the progress bar. Only one parameter is allowed. Optional backgroundColor, defaults to transparent Optional width defaults to 200.0 Optional height defaults to 10.0 Optional curve defaults to Curves.linear