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
- Flutter
- textview
- Button
- Navigation
- 앱
- DART
- 계측
- ScrollView
- activity
- Coroutines
- intent
- 앱바
- viewmodel
- TEST
- Dialog
- 안드로이드
- scroll
- Kotlin
- binding
- 테스트
- Compose
- data
- android
- CustomScrollView
- tabbar
- LifeCycle
- drift
- textfield
- livedata
- appbar
Archives
- Today
- Total
목록PageController (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/tKjz4/btrXIQkOfhS/ug11N3WzLsMNDbAMCX3kd0/img.gif)
✍ 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