I am trying to build this scrolling behavior animation. Since I am unable to upload a video here. So I have uploaded it in github and shared it:
https://github.com/user-attachments/assets/3d0e763d-0f6b-461b-bc81-99751ebccf43
I am using DraggableScrollableSheet
to achieve this behavior. But my challenge is to keep the sheet relative to the account balance card. When I swipe up it should cover the quick action buttons but should always stay below the balance card. Since I have placed it in a Stack
I am unable to figure out how to achieve that.