How can I create a Full Screen dialog? Dialog prop...
# compose
t
How can I create a Full Screen dialog? Dialog properties throw an error. Does anyone know of a different method?
z
Have you tried Modifier.fillMaxSize() ?
t
Yes but it doesn't work
Try this
t
Thanks I will try 🙂
1344 Views