저번 Column와 Row에 이어서 이번엔 mainAxisAlignment를 이용한 레이아웃 정렬 방법에 대해서 써보겠습니다. 먼저 저번 코드를 참고에서 코드를 짜 보겠습니다. *Row와 Column함수를 모른다면 해당 링크 이동↓ https://for-it-study.tistory.com/12 Flutter 레이아웃기초 강좌 Row와 Column 오늘 Flutter에서 가장 기본적인 레이아웃 함수인 Row Column을 배워 보겠습니다. 말 그대로 Row는 물체를 가로로 나열하는 것을 의미하고 Column은 세로로 배치하는 것을 의미합니다. 먼저, Row로 사각형을 가로.. for-it-study.tistory.com import 'package:flutter/cupertino.dart'; import..