flex. flutter-flex for layout
Example
bxml
Code
Props
| Name | Type | Description | Default |
| ----------------- | ------------- | -------------- | ------- | --------------- | -------------- | -------------- | ----------- | --- | --------- |
| align-items | 'start' | 'center' | 'end' | 'stretch' | 'baseline' | | "stretch" |
| direction | 'row' | 'column' | | "row" |
| column-gap | number | | |
| row-gap | number | | |
| gap | number | | |
| justify-content | 'start' | 'center' | 'end' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch' | | "start" |
| wrap | 'nowrap' | 'wrap' | | "nowrap" |
| text-base-line | 'alphabetic' | 'ideographic' | | "alphabetic" |