https://kotlinlang.org logo
Title
k

ken_kentan

08/05/2022, 9:00 AM
Hi! Is it possible to implement dialog with transparent background by using
NavGraphBuilder.dialog
?
i

Ian Lake

08/05/2022, 5:35 PM
If it isn't available on Dialog, then it won't be available on
NavGraphBuilder.dialog
and I don't see any controls for the background scrim on
DialogProperties
. You'd want to file a feature request on Compose if you wanted that exposed on
DialogProperties
, which would instantly make it available to
NavGraphBuilder.dialog