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
- DART
- Navigation
- activity
- intent
- android
- 앱
- 테스트
- appbar
- Flutter
- 안드로이드
- tabbar
- Dialog
- LifeCycle
- textview
- Button
- TEST
- 앱바
- ScrollView
- Coroutines
- viewmodel
- livedata
- textfield
- Compose
- Kotlin
- scroll
- 계측
- binding
- data
- CustomScrollView
- drift
Archives
- Today
- Total
목록showModalBottomSheet (1)
Study Record
[Flutter] 바텀 시트 (showModalBottomSheet)
✍ showModalBottomSheet 바텀 시트를 띄울 수 있게 해주는 함수이다. Future showModalBottomSheet({ required BuildContext context, required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, BoxConstraints? constraints, Color? barrierColor, bool isScrollControlled = false, bool useRootNavigator = false, bool isDismissible = true, bool enableDrag = true, RouteSett..
Flutter/widget
2023. 2. 23. 18:25