Cruiser class

Constructors

Cruiser({CruiserOptions options = const CruiserOptions(isLoggingEnabled: true)})

Properties

currentTransition TransitionType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
no setter
observer CruiserStackObserver
final
options CruiserOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRoute(CruiserRoute route) → void
generator(RouteSettings settings) Route?
getPageRoute(CruiserRoute route, RouteSettings settings, CruiserArgs? args, TransitionType transition) PageRoute
getRegisteredRouteNames() List<String>
getTransitionDurationValue(TransitionType transition) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop([dynamic result]) → void
popUntil(bool predicate(Route)) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

args<T extends CruiserArgs>(BuildContext context) → T