toArrangement
Converts a vertical ArrangementSchema — including the axis-agnostic ArrangementSchema.HorizontalOrVertical cases — into its Compose Arrangement.Vertical counterpart. Used by Column/LazyColumn's arrangement.
Converts a horizontal ArrangementSchema — including the axis-agnostic ArrangementSchema.HorizontalOrVertical cases — into its Compose Arrangement.Horizontal counterpart. Used by Row/LazyRow/FlowRow's arrangement.
Converts the axis-agnostic ArrangementSchema.HorizontalOrVertical cases (Center, SpaceAround, SpaceBetween, SpaceEvenly) into their Compose counterpart, valid on either axis.