I need the bottom sheet to stop at two positions. I have the following code for Bottom Sheet.
I don't know if this will be a solution to your problem, but I fixed quite a bit of scroll issues in a BottomSheet by replacing the ScrollView in the BottomSheet with a NestedScrollView.