RoutesCreator class abstract

Constructors

RoutesCreator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldKey GlobalKey<ScaffoldState>
final

Methods

buildGoRouteForSPA((Widget, StatefulBranchInfoProvider) allPagesWithConfigs, AppAttributes appAttributes) GoRoute
createBranches(AppAttributes appAttributes) List<StatefulShellBranch>
createStatefulShellBranches(AppAttributes appAttributes, List<(Widget, StatefulBranchInfoProvider)> allPagesWithConfigs) List<StatefulShellBranch>
getAllPagesWithConfigs(AppAttributes appAttributes) List<(Widget, StatefulBranchInfoProvider)>
getFooter(AppAttributes appAttributes) Footer
getRouterConfig(AppAttributes appAttributes, AnimationController controller, void handleChangedPageIndex(int value), int currentPageIndex) GoRouter
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