PopUpToBuilder
-
Cmn
@NavOptionsDsl
class PopUpToBuilder
DSL for customizing NavOptionsBuilder.popUpTo operations.
Summary
Public constructors |
|
|---|---|
|
Cmn
|
Public properties |
||
|---|---|---|
Boolean |
Whether the |
Cmn
|
Boolean |
Whether the back stack and the state of all destinations between the current destination and the |
Cmn
|
Public constructors
Public properties
inclusive
var inclusive: Boolean
Whether the popUpTo destination should be popped from the back stack.
saveState
var saveState: Boolean
Whether the back stack and the state of all destinations between the current destination and the NavOptionsBuilder.popUpTo ID should be saved for later restoration via NavOptionsBuilder.restoreState or the restoreState attribute using the same NavOptionsBuilder.popUpTo ID (note: this matching ID is true if inclusive is true. If inclusive is false, this matching ID is the id of the last destination that is popped).