How do I manually change the `sheetpeekHeight` of ...
# compose
r
How do I manually change the
sheetpeekHeight
of a
BottomSheetScaffold
composable? I tried passing a state variable and modifying it but it has no effect
1
d
I think you're forgetting something. 😀
🧌 2
You need to use
remember { ... }
☝️ 1
r
oh damn, thank you.