NavEaseController
constructor(backStack: NavBackStack<NavKey>, showExitDialog: () -> Unit = {}, defaultTransition: NavTransition = NavTransition.Push)
Parameters
backStack
The NavBackStack that drives the io.github.alimsrepo.navease.internal.navigation.ui.NavDisplay.
showExitDialog
Called when back is invoked at the root (back-stack size == 1).
defaultTransition
The app-level fallback transition used when navigate is called without an explicit NavTransition override. Supplied by io.github.alimsrepo.navease.runtime.presentation.NavEaseNavGraph from the navTransition parameter of NavEaseHost.