Jonas Frid
07/04/2022, 12:41 PMcurioustechizen
07/04/2022, 12:48 PMModalBottomSheetLayout
uses ModalBottomSheetState
which has a skipHalfExpanded
property. Try setting this property to true
.
It is also possible to pass it as an argument to rememberModalBottomSheetState
.Jonas Frid
07/04/2022, 2:44 PMannsofi
07/06/2022, 2:41 PMModalBottomSheetLayout
?rememberBottomSheetNavigator
that sets skipHalfExpanded
to true 🤷♀️