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
Albert Chang
02/02/2021, 3:27 AM
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.