distribution
Positioning of content along the distribution axis (defaults to start).
distribution?:
| "start"
| "end"
| "center"
| "space-between"
| "space-around"
| "";
Related
type UIContainer.Layout static
Options for layout of UI elements within a container.
