NavigationScope

Constructors

Link copied to clipboard
constructor(controller: NavigationController)

Functions

Link copied to clipboard
fun <T : Destination> screen(clazz: KClass<T>, content: @Composable T.() -> Unit)

Bind clazz instances with specified content.