Feedback

Progress

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

const FProgress();

CLI

To generate and customize this style:

dart run forui style create progress

Usage

FProgress(...)

FProgress(
  style: (style) => style.copyWith(...),
  semanticsLabel: 'Label',
);

On this page