Content

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

Composable entry point for this screen.

Parameters

navKey

The key instance currently on top of the back stack for this screen. Use the KSP-generated navKey.xxxArgs() extension to access typed route arguments without referencing generated types directly.

navEaseController

The NavEaseController scoped to the current navigation host. Use io.github.alimsrepo.navease.runtime.composition.LocalNavEaseController if you need the controller from a deeply nested composable.