```* @param sheetPeekHeight The height of the bottom sheet when it is collapsed. If the peek height
* equals the sheet's full height, the sheet will only have a collapsed state.```
What is the best way to set it to the “sheet full height” ?
use Modifier.OnSizeChanged {} on the sheet content ?
➕ 1
j
jossiwolf
09/08/2022, 4:27 PM
That would be the only way to do that right now. If your goal is only having a hidden and collapsed state we recommend rolling your own component. Material is opinionated about the states a sheet can be in so we don't currently allow customizing the states 🙂