rob42
05/31/2024, 3:49 PMDialog()
-- with a full-screen overlay/scrim in Compose? The source of Dialog does this by using rememberComposeSceneLayer
, which is internal.
Or put another way, how can I make a nested composable fill the screen, rather than being constrained to its parents constraints/z-order?Ivan Matkov
05/31/2024, 3:51 PMrob42
05/31/2024, 3:53 PMIvan Matkov
05/31/2024, 3:56 PMrob42
05/31/2024, 4:06 PMrob42
05/31/2024, 4:06 PM