StateOptions
data class StateOptions(val save: Boolean = false, val restore: Boolean = false, val clear: Boolean = false)(source)
A holder for the state management configuration for a Navigator.resetRoot call.
Properties
Link copied to clipboard
Whether to save the current entry list. It can be restored by passing the current root Screen to Navigator.resetRoot with restoreState = true