Skip to Content
Forui 0.16.0 is released 🎉
DocumentationFeedbackCircular Progress

Circular Progress

Displays an indeterminate circular indicator showing the completion progress of a task.

CLI

To generate and customize this style:

dart run forui style create circular-progress

Usage

FCircularProgress(...)

FCircularProgress( style: FCircularProgressStyle(...), semanticsLabel: 'Label', icon: FIcons.loaderCircle, );

FCircularProgress.loader(...)

FCircularProgress.loader( style: FCircularProgressStyle(...), semanticsLabel: 'Label', );

FCircularProgress.pinwheel(...)

FCircularProgress.pinwheel( style: FCircularProgressStyle(...), semanticsLabel: 'Label', );
Last updated on