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