why
07/17/2023, 1:19 PMmaterial3 BottomSheetScaffold with a LazyColumn as it's sheetContent . The sheetPeekHeight is set to aprox 75% of the height of the screen and that's when the BottomSheet is PartiallyExpanded . I want to scroll the LazyColumn without expanding the BottomSheet to fully cover the screen. I tried the flag sheetSwipeEnabled but it doesn't work when the sheetContent is scrollable (bug?). Any workarounds? ideas? Thank you.Dan Nichols
07/17/2023, 11:13 PMwhy
07/18/2023, 8:57 AMDan Nichols
07/18/2023, 9:58 AM