When setting the peek height of a bottom sheet sca...
# compose
a
When setting the peek height of a bottom sheet scaffold, how do I set it to be 20% of the screen height at initialization?
a
Use a BoxWithConstraints composable to get the maxheight and then calculate from there