NavEaseController

constructor(backStack: NavBackStack<NavKey>, showExitDialog: () -> Unit = {}, defaultTransition: NavTransition = NavTransition.Push)

Parameters

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.