Determinate Progress
Displays a determinate linear indicator showing the completion progress of a task.
Preview
CLI
To generate and customize this style:
dart run forui style create determinate-progress
Usage
FDeterminateProgress(...)
FDeterminateProgress(
style: FDeterminateProgressStyle(...),
semanticsLabel: 'Label',
value: 0.7,
);
Last updated on