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