TransitionRoute<T> constructor
Null safety
- {RouteSettings? settings}
Creates a route that animates itself when it is pushed or popped.
Implementation
TransitionRoute({
super.settings,
});
Creates a route that animates itself when it is pushed or popped.
TransitionRoute({
super.settings,
});