Why is there a separation between Alignment and Ar...
# compose
s
Why is there a separation between Alignment and Arrangement. It’s a little annoying that I have to import 2 separate types to be able to center the content with a Row or Column.
a
Alignment
is used to align a single child (or every single child in a layout) while
Arrangement
is used to arrange multiple (all) children in a layout taking their sizes into account.