Feedback

Progress

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

1@override
2Widget build(BuildContext _) => const FProgress();
3

CLI

To generate and customize this style:

dart run forui style create progress

Usage

FProgress(...)

1FProgress(
2 style: .delta(constraints: .tightFor(height: 10.0)),
3 semanticsLabel: 'Loading',
4)

On this page