DestinationRouter class

Constructors

DestinationRouter({required List<Destination> destinations, required NavbarItem navbarItem, String initialRoute = '/'})

Properties

destinations List<Destination>
The Nested destinations to show when the navbarItem is selected
final
hashCode int
The hash code for this object.
no setteroverride
initialRoute String
Route to load when the app is started for the current destination, defaults to '/' initial route must be present in List of destinations
final
The NavbarItem associated with this destination
final
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.
override