Ah. Thank you. Documentation a little unclear, I saw only AlertDialog on the android reference page.
m
mattinger
12/15/2022, 9:25 PM
Yeah. ALso, AlertDialog passes it's "modifier" attribute on to your content as well. So you could in theory have a full screen alert dialog by having it fillMaxSize(). If you look, ALertDialog basically does what's above, but in a way that's opinionated about the content.
c
Chris Sinco [G]
12/16/2022, 5:48 AM
cc @Gurupreet singh
f
FunkyMuse
12/16/2022, 7:59 AM
As @mattinger said the most importat piece is usePlatformDefaultWidth = false