NomoNavigatorState class
- Inheritance
-
- Implemented types
-
Methods
-
activate()
→ void
-
Called when this object is reinserted into the tree after having been
removed via deactivate.
inherited
-
build(BuildContext context)
→ Widget
-
Describes the part of the user interface represented by this widget.
override
-
deactivate()
→ void
-
Called when this object is removed from the tree.
inherited
-
debugFillProperties(DiagnosticPropertiesBuilder properties)
→ void
-
Add additional properties associated with the node.
inherited
-
didChangeDependencies()
→ void
-
Called when a dependency of this State object changes.
inherited
-
didUpdateWidget(covariant NomoNavigatorWrapper oldWidget)
→ void
-
Called whenever the widget configuration changes.
inherited
-
dispose()
→ void
-
Called when this object is removed from the tree permanently.
inherited
-
initState()
→ void
-
Called when this object is inserted into the tree.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pop<T>([T? result])
→ bool
-
override
-
popRoot<T>([T? result])
→ bool
-
override
-
popUntil(bool predicate(NomoPage))
→ void
-
override
-
popUntilAndPush<T>(AppRoute route, bool predicate(NomoPage route))
→ Future<T>
-
override
-
push<T>(AppRoute route)
→ Future<T>
-
override
-
pushModal<T>({required Widget modal, PageTransition transition = const PageFadeTransition(), bool useRootNavigator = true})
→ Future<T?>
-
override
-
pushNamed<T>(String routeName, {Object? arguments, JsonMap? urlArguments})
→ Future<T>
-
override
-
reassemble()
→ void
-
Called whenever the application is reassembled during debugging, for
example during hot reload.
inherited
-
replace<T>(AppRoute route)
→ Future<T>
-
override
-
replaceAll<T>(AppRoute route)
→ Future<T>
-
override
-
replaceNamed<T>(String routeName, {Object? arguments, JsonMap? urlArguments})
→ Future<T>
-
override
-
setState(VoidCallback fn)
→ void
-
Notify the framework that the internal state of this object has changed.
inherited
-
showModal<T>({required WidgetBuilder builder, required BuildContext context, bool barrierDismissible = true, Color? barrierColor = Colors.black54, String? barrierLabel, bool useSafeArea = true, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint, TraversalEdgeBehavior? traversalEdgeBehavior})
→ Future<T?>
-
override
-
showModalWithKey<T>({required WidgetBuilder builder, bool barrierDismissible = true, Color? barrierColor = Colors.black54, String? barrierLabel, bool useSafeArea = true, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint, TraversalEdgeBehavior? traversalEdgeBehavior})
→ Future<T?>
-
override
-
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
-
toStringShort()
→ String
-
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited