I have experience with Swift development, but I’m new to Android and have just started working with Jetpack Compose and Material3. I’m looking for guidance on how to implement a feature similar to the minimizable bottom sheet used in music apps or YouTube, where the view can be dragged down to show a minimized version above the TabBar and clicked again to expand to full screen.
Specifically, I want to achieve this without using XML. In Swift, there is a library called LNPopupController that provides similar functionality. Is there an equivalent library or a way to implement this in Jetpack Compose and Material3?
Github: https://github.com/LeoNatan/LNPopupController
Any help or pointers would be greatly appreciated!
Thank you!