Except using ComposeView, is there any way to impl...
# compose
c
Except using ComposeView, is there any way to implement bottom sheet behavior in compose?
z
I am not sure if I understood your qs. In compose there is
BottomSheetScaffold
for bottom sheet behavior. https://developer.android.com/reference/kotlin/androidx/compose/material/package-summary#bottomsheetscaffold
🙏 1
c
Thanks! I just can't remember this since last time I read it :p