compose/remote/Documentation/parts/flow.md
The Flow Layout manager positions child components horizontally and automatically wraps them to a new "row" when the available width is exhausted.
Segmentation:
Wrap Sizing:
width is the maximum width of any individual row.height is the sum of the heights of all rows.Row Processing:
START, CENTER, END, etc.) is applied to components within each row.TOP, CENTER, BOTTOM) determines how the entire block of rows is positioned within the Flow Layout's total height.Spacing:
spacedBy.