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

✍ 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