DefaultAnimatedState

data class DefaultAnimatedState<T : NavArgument>(val args: ImmutableList<T>) : AnimatedNavState(source)

Constructors

Link copied to clipboard
constructor(args: ImmutableList<T>)

Properties

Link copied to clipboard
val args: ImmutableList<T>
Link copied to clipboard
open override 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.