AnimatedNavState

Properties

Link copied to clipboard
abstract val backStack: ImmutableList<NavArgument>

Snapshot of the back stack at the time this state was created.

Link copied to clipboard

The depth of the back stack at the time this state was created.

Link copied to clipboard
open val root: NavArgument

The root screen of the back stack at the time this state was created.

Link copied to clipboard
open val top: NavArgument

The Screen associated with this state.