SimpleNavigatorTabRoute class

Inheritance

Constructors

SimpleNavigatorTabRoute({required String path, required WidgetTabBuilder builder, WidgetBuilder? guardLoadingBuilder, List<String> tabs = const [], RouteGuardFunc? guard})

Properties

builder WidgetBuilder
finalinherited
guard ↔ (Future<String> Function()?)
getter/setter pairinherited
guardLoadingBuilder WidgetBuilder?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
path String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabs List<String>
Tab path must be "/
final

Methods

extractParams(String finalPath) Map<String, String>
inherited
hasMatch(String finalPath, {bool prefix = false}) bool
inherited
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