C  E  F  G  M  S  W 

S

SizeMode - class in com.google.accompanist.flowlayout
Used to specify how a layout chooses its own size when multiple behaviors are possible.
SpaceAround - enum entry in com.google.accompanist.flowlayout.MainAxisAlignment

Place children such that they are spaced evenly across the main axis, including free space before the first child and after the last child, but half the amount of space existing otherwise between two consecutive children.

SpaceBetween - enum entry in com.google.accompanist.flowlayout.MainAxisAlignment

Place children such that they are spaced evenly across the main axis, without free space before the first child or after the last child.

SpaceEvenly - enum entry in com.google.accompanist.flowlayout.MainAxisAlignment

Place children such that they are spaced evenly across the main axis, including free space before the first child and after the last child.

Start - enum entry in com.google.accompanist.flowlayout.FlowCrossAxisAlignment

Place children such that their start edge is aligned to the start edge of the cross axis.

Start - enum entry in com.google.accompanist.flowlayout.MainAxisAlignment

Place children such that they are as close as possible to the start of the main axis.

C  E  F  G  M  S  W