chatterInDaSkull
06/24/2022, 4:57 PMModalBottomSheetScaffold 🤔 why is that? just the case of yet to be created?Ian Lake
06/24/2022, 5:18 PMModalBottomSheetLayout? https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary#ModalBottomSheetLayout(kotli[…]hics.Color,kotlin.Function0)Ian Lake
06/24/2022, 5:19 PMModalBottomSheetLayout with a regular Scaffold inside of it?chatterInDaSkull
06/24/2022, 5:22 PMScaffolds are for coordinating multiple persistent components together.what would be considered as persistent? Just things on the screen? If thats the case then the
BottomSheetScaffold supports drawer s which are almost like modal bottomsheets, but more like side sheetschatterInDaSkull
06/24/2022, 5:23 PMYou mean like the already existingYes, in the sense it would use?ModalBottomSheetLayout
ModalBottomSheetLayout but provide it through a ScaffoldIan Lake
06/24/2022, 5:24 PMModalBottomSheetLayout and ScaffoldchatterInDaSkull
06/24/2022, 5:26 PMScaffold as well right? that you have the app bar and bottom bars all separatelyIan Lake
06/24/2022, 5:28 PMColumn will do everything a Scaffold with only an app bar and bottom bar will give youIan Lake
06/24/2022, 5:29 PMScaffold makes those a lot easier