민프
[Flutter] MainAxisAlignment, CrossAxisAlignment 정렬하기 (기록) 본문
MainAxisAlignment : 주축
CrossAxisAlignment : 횡축
Row(행) 일 경우
MainAxisAlignment : 주축 (가로)
CrossAxisAlignment : 횡축 (세로)
Column(열) 일 경우
MainAxisAlignment : 주축 (세로)
CrossAxisAlignment : 횡축 (가로)
속성 값 참고
https://docs.flutter.dev/codelabs/layout-basics
'[Flutter]' 카테고리의 다른 글
[Flutter] use const with the constructor to improve performance... 는 왜 나오는걸까? (VSCODE 설정 변경하기) (0) | 2023.08.08 |
---|---|
[Flutter] const, final의 공통점과 차이점 (feat. Runtime, Compile Time) (0) | 2023.08.08 |
[Flutter] React-Native 말고 Flutter를 선택한 이유 (0) | 2023.08.08 |
[Flutter] Dart언어에서 알면 좋은 점 (Feat. 객체지향언어) (0) | 2023.08.07 |
[Flutter] 플러터 다트(Dart)언어란? 구글이 Flutter에 Dart언어를 선택한 이유? (feat. DartPad) (0) | 2023.08.07 |
Comments