NavigatorBuilder class abstract

Builds a navigation widget.

It is used by NavigationController to build a navigation widget sub-tree around a content of destinations, managed by this navigation controller.

See also:

Implementers

Constructors

Creates an instance of NavigatorBuilder.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
keepStateInParameters KeepingStateInParameters
Automatic persisting of upward destination.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, NavigationController navigator) Widget
Returns a widget that wraps a content of navigator's destinations.
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