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