BottomNavStackBehavior enum
The behavior of the navigation stack when tapping the buttons on the app's bottom navigation bar.
Values
-
The navigation stack for a root route is preserved. Tapping on the button in the bottom nav bar will open the route with the preserved stack. Tapping on the route again will clear the stack and bring the user back to the bottom-most route (for example, the fleet list / map page in the home route)
-
The navigation stack for a root route is always cleared when tapping on the button in the bottom nav bar. The user will always be taken to the bottom-most route.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BottomNavStackBehavior> - A constant List of the values in this enum, in order of their declaration.