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

✍ PageView Widget? 페이지별로 설정한 리스트 내용대로 스크롤 가능한 위젯이다. PageController 를 통해 PageVeiw 를 컨트롤할 수 있다. ※ 인자 PageView 의 인자는 다음과 같다. PageView({ super.key, this.scrollDirection = Axis.horizontal, this.reverse = false, PageController? controller, this.physics, this.pageSnapping = true, this.onPageChanged, List children = const [], this.dragStartBehavior = DragStartBehavior.start, this.allowImplicitScrolling ..
Flutter
2023. 1. 31. 16:23