Progress Indicator

A Progress Indicator provides a graphical representation of user's progress in a linear, multi-step process.

Component checklist

Flutter

Is new design vision part implemented using new tokens?

Update required

Resources

Examples

Navigation/Compact Step Bar


                                                        
                                                        
                                                            OptimusCompactStepBar(
                                                                        type: OptimusStepBarType.icon,
                                                                        items: _items,
                                                                        currentItem: 1,
                                                                        maxItem: 3,
                                                                      );
                                                                      
                                                        
                                                            

OptimusCompactStepBar Example

API

Name

Description

Type

Default

type

 

OptimusStepBarType

 

axis

 

Axis

 

items

 

List<OptimusStepBarItem>

 

currentItem

 

int

0

maxItem

 

int?