Skip to Content
Forui 0.16.0 is released 🎉

Progress

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

CLI

To generate and customize this style:

dart run forui style create progress

Usage

FProgress(...)

FProgress( style: FProgressStyle(...), semanticsLabel: 'Label', );
Last updated on