Understanding Column and Row layouts: MainAxisSize, MainAxisAlignment and CrossAxisAlignment
In Flutter, the layout of widgets in a Row or Column is crucial for creating well-structured user interface. To achieve this, you need to understand the concepts of MainAxisSize, MainAxisAlignment, and CrossAxisAlignment.
1. mainAxisSize.
According to the Flutter Documentation, the MainAxisSize