Feedback
Progress
Displays an indeterminate linear indicator showing the completion progress of a task.
1@override2Widget build(BuildContext _) => const FProgress();3CLI
To generate and customize this style:
dart run forui style create progressUsage
FProgress(...)
1FProgress(2 style: .delta(constraints: .tightFor(height: 10.0)),3 semanticsLabel: 'Loading',4)