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