arrangeVerticallySpacedBy
fun arrangeVerticallySpacedBy(space: Int, alignment: AlignmentSchema.Vertical = AlignmentSchema.Vertical.Top): ArrangementSchema.Vertical.SpacedBy
Spaces children space dp apart along the vertical axis, e.g. a Column's arrangement.
Parameters
space
Gap between consecutive children, in dp.
alignment
Where the group of children sits when it doesn't fill the available height. Defaults to top.