mainAxisAlignment is how items are aligned on that axis . crossAxisAlignment is how items are aligned on the other axis.19 Ara 2018
Read moreHow do you use the main axis alignment in Flutter?
Alignment Properties: We can align content as per our choice by using mainAxisAlignment and crossAxisAlignment . Row’s mainAxis is horizontal and cross Axis to Row’s main Axis is vertical. We can align children horizontally using MainAxisAlignment and vertically using CrossAxisAlignment in that row.
Read more