Bradleycorn
06/08/2021, 4:11 PMBottomSheetScaffold
, it appears that the PaddingValues
that get passed to the main content composable always match the value of the peekHeight
that is set on the scaffold. Using that, we can setup our screen so that we can scroll the main content area enough to see all of the content when the sheet is collapsed
. But in my case, I’d like to also be able to scroll to see all of the main content even when the sheet is expanded
. Is there some way I can accomplish that?Andrey Kulikov
06/08/2021, 4:25 PMmatvei
06/08/2021, 4:33 PMBradleycorn
06/08/2021, 4:37 PMmatvei
06/08/2021, 4:41 PMBradleycorn
06/08/2021, 5:10 PMmatvei
06/08/2021, 5:19 PM