AutoTabsRouter class abstract

An implementation of a router widget that handles parallel routeing

Inheritance

Constructors

AutoTabsRouter({Key? key, List<PageRouteInfo>? routes, bool lazyLoad, Duration duration, Curve curve, AnimatedIndexedStackBuilder? builder, AnimatedIndexedStackTransitionBuilder transitionBuilder, int homeIndex, bool inheritNavigatorObservers, NavigatorObserversBuilder navigatorObservers})
Builds an AutoTabsRouter to uses a IndexedStack to render pages
const
factory
AutoTabsRouter.builder({Key? key, List<PageRouteInfo>? routes, required AutoTabsBuilder builder, OnNavigationChanged? onNavigate, OnNavigationChanged? onRouterReady, int homeIndex, bool inheritNavigatorObservers, NavigatorObserversBuilder navigatorObservers})
Builds an AutoTabsRouter with a custom builder
const
factory
AutoTabsRouter.pageView({Key? key, List<PageRouteInfo>? routes, AutoTabsPageViewBuilder? builder, int homeIndex, bool animatePageTransition, Axis scrollDirection, Duration duration, Curve curve, bool inheritNavigatorObservers, NavigatorObserversBuilder navigatorObservers, ScrollPhysics? physics, DragStartBehavior dragStartBehavior})
Builds an AutoTabsRouter to uses a PageView to render pages
const
factory
AutoTabsRouter.tabBar({Key? key, List<PageRouteInfo>? routes, AutoTabsTabBarBuilder? builder, int homeIndex, bool animatePageTransition, Duration? duration, Axis scrollDirection, Curve curve, bool inheritNavigatorObservers, NavigatorObserversBuilder navigatorObservers, ScrollPhysics? physics, DragStartBehavior dragStartBehavior})
Builds an AutoTabsRouter to uses a TabView to render pages
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
homeIndex int
The index to pop from
final
inheritNavigatorObservers bool
Whether this router should inherit it's ancestor's observers
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
A builder function that returns a list of observes
final
routes List<PageRouteInfo>?
The list of pages this router will handle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

of(BuildContext context, {bool watch = false}) TabsRouter
Looks up and returns the scoped controller