Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- scroll
- DART
- TEST
- CustomScrollView
- data
- LifeCycle
- ScrollView
- 테스트
- Dialog
- 앱바
- textview
- 앱
- Compose
- Flutter
- Button
- intent
- livedata
- Kotlin
- Coroutines
- Navigation
- viewmodel
- android
- tabbar
- drift
- appbar
- 계측
- binding
- activity
- 안드로이드
- textfield
Archives
- Today
- Total
목록column (1)
Study Record
[Flutter] Row and Column Widget
🎁Column Widget 세로를 기준으로 자식 위젯들을 배치할 수 있는 위젯이다. 😶 argments 1. mainAxisAlignment 주축(세로)을 기준으로 어떻게 배치될지 설정하는 인자다. value 설명 MainAxisAlignment.start 시작(위)를 기준으로 배치한다. MainAxisAlignment.end 끝(아래)를 기준으로 배치한다. MainAxisAlignment.center 가운데를 기준으로 배치한다. MainAxisAlignment.spaceBetween 각 위젯 사이의 간격이 동일하게 배치한다. MainAxisAlignment.spaceEvenly 각 위젯 사이의 간격이 동일하게 배치되지만 끝과 끝이 위젯이 아닌 빈 가격으로 시작한다. MainAxisAlignment.sp..
Flutter
2023. 1. 21. 14:28