Does anyone know if I can put a composable inside ...
# compose
m
Does anyone know if I can put a composable inside a navigation graph that is transparent? I have a lot of controller logic that i want to wrap up in a sub nav graph, and i want the root composable to be transparent so that it doesn’t cover up the screen underneath it. With the xml version of navigation, i’m able to achieve this by applying an appropriate theme to the fragment that’s acting as the controller layer.