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
- scroll
- textview
- data
- CustomScrollView
- binding
- Dialog
- Compose
- TEST
- drift
- 계측
- textfield
- appbar
- Kotlin
- 테스트
- android
- 앱
- tabbar
- Flutter
- activity
- 앱바
- viewmodel
- intent
- 안드로이드
- livedata
- DART
- LifeCycle
- Button
- Navigation
- Coroutines
- ScrollView
Archives
- Today
- Total
목록삭제 (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cLd1e9/btr3dSLlCiH/y614Fbeaoi50igdix5o7DK/img.gif)
✍ Dismissible 주로 리스트 뷰(ListView, GridView 등)에서 사용자가 항목을 스와이프 모션으로 삭제하는 것을 가능하게 해주는 위젯이다. Dismissible({ required Key key, required Widget child, Widget? background, Widget? secondaryBackground, Future Function(DismissDirection)? confirmDismiss, void Function()? onResize, void Function(DismissUpdateDetails)? onUpdate, void Function(DismissDirection)? onDismissed, DismissDirection direction = Dismi..
Flutter/widget_scrollView
2023. 3. 10. 20:05