arrangeHorizontallySpacedBy
fun arrangeHorizontallySpacedBy(space: Int, alignment: AlignmentSchema.Horizontal = AlignmentSchema.Horizontal.Start): ArrangementSchema.Horizontal.SpacedBy
Spaces children space dp apart along the horizontal axis, e.g. a Row's arrangement.
Parameters
space
Gap between consecutive children, in dp.
alignment
Where the group of children sits when it doesn't fill the available width. Defaults to start.