Flutter
Is new design vision part implemented using new tokens?
Flutter
Is new design vision part implemented using new tokens?
OptimusCompactStepBar(
type: OptimusStepBarType.icon,
items: _items,
currentItem: 1,
maxItem: 3,
);
OptimusCompactStepBar Example
|
Name |
Description |
Type |
Default |
|---|---|---|---|
|
type |
|
OptimusStepBarType |
|
|
axis |
|
Axis |
|
|
items |
|
List<OptimusStepBarItem> |
|
|
currentItem |
|
int |
0 |
|
maxItem |
|
int? |
|