I am using BottomDrawableLayout to replicate modal...
# compose
d
I am using BottomDrawableLayout to replicate modal bottom sheet. The problem I am facing is that the drawerContent is taking up half of the space on the screen. I do not have so much of content to display in bottom sheet. So my question is, how can I resize the drawerContent (bottom sheet) height? or is there a better way to implement bottom sheet with compose?