Flutter
Is new design vision part implemented using new tokens?
Flutter
Is new design vision part implemented using new tokens?
OptimusTag(
text: ('Tag Text'),
colorOption: OptimusColorOption.basic,
leadingIcon: OptimusIcons.add,
outline: true,
);
OptimusTag Example
Name |
Default Value |
Description |
text |
|
The text of the tag |
colorOption |
OptimusColorOption.basic |
The color of the tag background |
leadingIcon |
|
The leading icon of the tag |
trailingIcon |
|
The trailing icon of the tag |
outline |
false |
Switch between outlined/filled styles |