SCREEN

A screen pushed onto the navigation back stack. Tapping the system back button pops it off and returns to the previous destination.

The generated binding contributes one NavDestination.Screen and one NavRouteBinding<*>. Use this for the common case of a screen that lives inside a Decompose stack and gets pushed on top of the previous one.

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int