rememberCircuitNavigator
Returns a new Navigator for navigating within CircuitContents. Delegates onRootPop to the LocalOnBackPressedDispatcherOwner.
Parameters
The backing BackStack to navigate.
Indicates whether or not Navigator.pop should be called by the system back handler. Defaults to true.
See also
Creates and remembers a new Navigator for navigating within CircuitContents.
Parameters
The backing BackStack to navigate.
Invoked when the backstack is at root (size 1) and the user presses the back button.
See also
Returns a new Navigator for navigating within CircuitContents while also handling back events with a BackHandler.
Parameters
The backing BackStack to navigate.
Invoked when the backstack is at root (size 1) and the user presses the back button.
Indicates whether or not Navigator.pop should be called by the system back handler. Defaults to true.