How does one make `ModalBottomSheetLayout` fully e...
# compose
p
How does one make
ModalBottomSheetLayout
fully expand? Calling
state.show()
only half expands it.
t
animateTo(ModalBottomSheetValue.Expanded)
should do it
p
Nice, thanks!