1 2 3 4
// buildTransitions<T>(PageRoute<T> route, BuildContext context, Animation<double> animation, Animation<double> secondaryAnimation, Widget child) -> Widget
// Wraps the child with one or more transition widgets which define how route arrives on and leaves the screen.
pub struct PageTransitionsBuilder;