Content

abstract fun Content(navKey: K, navEaseController: NavEaseController)

Composable entry point for this screen.

Parameters

navKey

The typed nav-key currently on top of the back stack. Route arguments are accessible directly — e.g. navKey.id.

navEaseController

The NavEaseController scoped to the current nav host. Also available deeper in the tree via LocalNavEaseController.current.