I am new to gestures and I don't get any proper solution for achieving my request, Can anyone help me in dragging a container up and down vertically to a certain point?.
I need to achieve something like the below image. Thanks in advance.
I am new to gestures and I don't get any proper solution for achieving my request, Can anyone help me in dragging a container up and down vertically to a certain point?.
I need to achieve something like the below image. Thanks in advance.
Consider using draggable home if you want a ready-made similar effect. If you want to replicate the goggle maps UI one-on-one, consider reading DraggableScrollableSheet and make one your own.
Hope it helps!