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 | 29 | 30 | 31 |
Tags
- ScrollView
- livedata
- 앱바
- DART
- TEST
- viewmodel
- Coroutines
- textview
- Button
- textfield
- Flutter
- Kotlin
- activity
- 앱
- tabbar
- appbar
- binding
- Dialog
- intent
- android
- Navigation
- 계측
- 안드로이드
- Compose
- data
- CustomScrollView
- LifeCycle
- drift
- 테스트
- scroll
Archives
- Today
- Total
목록SliverGrid (1)
Study Record

✍ CustomScrollView 여러 종류의 리스트 뷰를 한 번에 사용할 수 있는 위젯이다. 한 스크롤에 여러 가지 형태의 리스트뷰(그리드 뷰, 리스트 뷰 등)를 집어넣을 수 있다. CustomSctollView 에 slivers 인자에 넣고 싶은 리스트 뷰를 넣으면 되는데 ListView, GridView 를 사용할 수 없고 SliverList, SliverGrid 로 넣어야 한다. 단일 위젯을 넣고 싶다면 SliverToBoxAdapter 위젯을 사용한다. CustomScrollView({ Key? key, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController? controller, bool? primary, Scr..
Flutter/widget_scrollView
2023. 3. 8. 18:41