Skip to Content
Forui 0.17.0 is released 🎉
DocumentationFeedbackDeterminate Progress

Determinate Progress

Displays a determinate linear indicator showing the completion progress of a task.

CLI

To generate and customize this style:

dart run forui style create determinate-progress

Usage

FDeterminateProgress(...)

FDeterminateProgress( value: 0.7, style: (style) => style.copyWith(...), semanticsLabel: 'Label', );
Last updated on