Flutter
Is new design vision part implemented using new tokens?
Flutter
Is new design vision part implemented using new tokens?
OptimusDivider(
direction: Axis.horizontal,
child: Text('Divider'),
)
OptimusDivider Example
|
Name |
Description |
Type |
Default |
|---|---|---|---|
|
direction |
The direction of the Divider. |
Axis |
Axis.horizontal |
|
child |
The optional text inside the Divider |
Widget? |
|