NavUtil class

Utility class for navigation route creation and configuration.

This class provides a centralized way to configure navigation animations and create routes with the configured animation style.

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

pushRouteAnimation PushRouteAnimation
The current push route animation style to use for new routes.
getter/setter pair

Static Methods

route<T>(Widget next) Route<T>
Creates a route for the given next widget using the configured animation style.