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
- textview
- Flutter
- binding
- Coroutines
- Compose
- drift
- intent
- textfield
- 계측
- 안드로이드
- Dialog
- TEST
- Navigation
- LifeCycle
- Button
- activity
- DART
- 앱
- Kotlin
- 테스트
- android
- appbar
- ScrollView
- tabbar
- data
- livedata
- viewmodel
- scroll
- 앱바
- CustomScrollView
Archives
- Today
- Total
목록스크롤_헤더_고정 (1)
Study Record
[Flutter] SliverPersistentHeader (스크롤 중 위젯 고정)
✍ SliverPersistentHeader CustomScrollView 의 silvers 중 하나로 사용할 수 있는 위젯으로 스크롤 중에도 상단에 위젯을 고정시킬 수 있다! 하나의 CustomScrollView 에 여러 개의 SliverPersistentHeader 가 있으면 상단에 위젯들이 쌓인다. SliverPersistentHeader({ Key? key, required SliverPersistentHeaderDelegate delegate, bool pinned = false, bool floating = false, }) 인자 중 delegate 가 꼭 필요한데 SliverPersistentHeaderDelegate() 는 다음과 같다. class _CustomSliverPersistent..
Flutter/widget_scrollView
2023. 3. 9. 01:49