BottomNavStackBehavior enum

The behavior of the navigation stack when tapping the buttons on the app's bottom navigation bar.

Inheritance
Available extensions

Values

preserveNavStack → const BottomNavStackBehavior

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)

clearNavStack → const BottomNavStackBehavior

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.