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
- TEST
- CustomScrollView
- Compose
- intent
- LifeCycle
- viewmodel
- livedata
- Coroutines
- textview
- activity
- scroll
- 안드로이드
- 앱바
- drift
- Flutter
- 테스트
- appbar
- data
- binding
- Dialog
- 계측
- 앱
- android
- DART
- textfield
- ScrollView
- tabbar
- Kotlin
- Navigation
- Button
Archives
- Today
- Total
목록scrollbar (1)
Study Record
[Flutter] 스크롤바 (Scrollbar)
✍ Scrollbar 스크롤할 수 있는 위젯의 상위 위젯에 Scrollbar 위젯을 넣으면 스크롤 바가 생긴다. 일반적으로 ListView, GridView CustomScrollView 등의 상위 위젯에 Scrollbar 를 사용하는데 리스트 뷰의 항목 개수가 명확하지 않을 경우(itemCount, childCount 가 명시되지 않은 경우 무한 스크롤) 스크롤 바가 보이지 않는다. Scrollbar({ Key? key, required Widget child, ScrollController? controller, bool? thumbVisibility, bool? trackVisibility, double? thickness, Radius? radius, bool Function(ScrollNotif..
Flutter/widget_scrollView
2023. 3. 9. 18:46