TransitionRoute<T> constructor

TransitionRoute<T>(
  1. {RouteSettings? settings}
)

Creates a route that animates itself when it is pushed or popped.

Implementation

TransitionRoute({
  super.settings,
});