Package-level declarations

Types

Link copied to clipboard
class NavEaseController(backStack: NavBackStack<NavKey>, showExitDialog: () -> Unit = {}, defaultTransition: NavTransition = NavTransition.Push)

Orchestrates navigation across the back stack.

Functions

Link copied to clipboard

Posts result back to the previous screen and immediately pops the current screen.

Link copied to clipboard

Inline reified convenience overload of resultOf.

Observes the result of type T returned by a child screen via backWithResult.