https://kotlinlang.org logo
#compose
Title
# compose
j

jamshedalamqaderi

09/25/2023, 5:20 AM
How to make popup on top of everything in the screen like Dialog using only compose code?
c

czuckie

09/25/2023, 9:29 AM
have you tried using
Dialog
j

jamshedalamqaderi

09/26/2023, 5:07 AM
I know dialog can show on top of everything but i need to make a masked top element
o

Odinakachukwu Omaka-chukwu

09/26/2023, 10:15 AM
You can use box with the pop up above the screen and possibly add a scrim using drawWithContent