Circular Progress
Displays an indeterminate circular indicator showing the completion progress of a task.
Preview
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