How does one make `ModalBottomSheetLayout` fully expand? Calling `state.show()` only half expands it...
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!