I\'m confused about crossAxisAlignment and mainAxisAlignment. Can anyone please explain it in simple words?
crossAxisAlignment
mainAxisAlignment
Row/Column are associated to an axis:
Row
Column
mainAxisAlignment is how items are aligned on that axis. crossAxisAlignment is how items are aligned on the other axis.