TransitionRoute<T> constructor

TransitionRoute<T>({RouteSettings settings })

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

Implementation

TransitionRoute({
  RouteSettings settings,
}) : super(settings: settings);