In the latest compose material library, ```bottom...
# compose
z
In the latest compose material library,
Copy code
bottomSheetState.animateTo(Expanded)
has become internal. The expand method will first open to half expanded if the sheet is above a certain height. What if we want to fully expand no matter what?
Ah, looks like there is a constructor parameter which allows it
j
Yep, please use the `show`/`hide` methods which are more idiomatic and animate the sheet to the correct next state.