antoniomarin
01/24/2023, 11:34 AMbottomSheetState.offset was removed from the ModalBottomSheetState . I've used it to control alpha and visibility of a Search bar on the top. So, as user expanded ModalBottomSheet that view would appear. Now I can only use currentValue and targetValue. Any idea how I could get that functionality back? I don't wanna use BottomSheetState as it has only Collapsed and Expanded states.Colton Idle
01/24/2023, 4:29 PMjossiwolf
01/25/2023, 2:23 PMantoniomarin
01/25/2023, 5:51 PMtargetValue and currentValue in order to achieve similar functionality.