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 backStackDepth: Int

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

Link copied to clipboard
open override val screen: Screen

The Screen associated with this state.