menu
bootstrap_ui_flutter package
documentation
ui/components/progress/bs_progress.dart
BsProgress
bars property
bars property
dark_mode
light_mode
bars
property
List
<
BsProgressBar
>
bars
final
List of progress segments to display. Supports stacked layouts.
Implementation
final List<BsProgressBar> bars;
bootstrap_ui_flutter package
documentation
ui/components/progress/bs_progress
BsProgress
bars property
BsProgress class