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
- Kotlin
- 앱바
- tabbar
- scroll
- Flutter
- activity
- textfield
- 안드로이드
- Navigation
- Dialog
- 테스트
- textview
- CustomScrollView
- LifeCycle
- ScrollView
- Coroutines
- binding
- TEST
- 계측
- livedata
- appbar
- drift
- intent
- DART
- data
- Compose
- Button
- android
- viewmodel
- 앱
Archives
- Today
- Total
목록바텀 시트 모서리 둥글게 (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bZlBOk/btr0zE9Uv0I/dlddlYffkN0XhYXv43hYik/img.gif)
✍ 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