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
- 앱
- binding
- textview
- TEST
- drift
- ScrollView
- Coroutines
- 계측
- 앱바
- Flutter
- activity
- viewmodel
- Button
- DART
- intent
- appbar
- 안드로이드
- CustomScrollView
- scroll
- tabbar
- Dialog
- Navigation
- livedata
- textfield
- Compose
- Kotlin
- data
- LifeCycle
- 테스트
- android
Archives
- Today
- Total
목록바텀 시트 모서리 둥글게 (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