I have a client that wants me to create a Dialog that slides up from the bottom similar to a Modal Bottom Sheet Layout, however, the client doesn't want me to use any experimental components, which BottomSheetScaffold and ModalBottomSheetLayout are both experimental. Does anyone have a clue on how I can create this component in jetpack compose using Kotlin? Any input will be helpful, Thank you.
I tried creating a custom dialog that can appear from the bottom but I can position it to start from the bottom.