ResetRoot

data class ResetRoot(val newRoot: Screen, val options: Navigator.StateOptions) : NavEvent(source)

Corresponds to Navigator.resetRoot.

Constructors

Link copied to clipboard
constructor(newRoot: Screen, options: Navigator.StateOptions)
constructor(newRoot: Screen, saveState: Boolean = false, restoreState: Boolean = false, clearState: Boolean = false)

Alternate parameter based constructor.

Properties

Link copied to clipboard
Link copied to clipboard