Rihards
06/21/2023, 1:36 PMHidden to HalfExpanded by using { scope.launch { sheetState.animateTo(ModalBottomSheetValue.HalfExpanded) } } because animateTo is internal now. What’s the approach now?jossiwolf
06/21/2023, 9:55 PMshow and hide as they follow the Material spec. If the sheet has a half expanded state, show will open it up to HalfExpanded, or Expanded if there's no HalfExpanded state