I tried setting a `BottomSheetScaffold` as the con...
# compose
r
I tried setting a
BottomSheetScaffold
as the content of this
ScrollView
but the
BottomSheet
is not rendered on the screen. It works fine if I use a different kind of layout
Constraint, Linear
etc but the problem here is that the body of the layout should be scrollable