router/page_transition/page_transition library
Classes
- 
  PageTransition<T> 
- A flexible page transition class that extends PageRouteBuilder to provide a variety of customizable transition animations between screens.
- TransitionType
- A utility class that simplifies the creation of page transitions by encapsulating transition types and their associated settings.
Enums
- PageTransitionType
- Transition enum
Typedefs
- ChildBuilder = Widget Function(BuildContext context)
- Builder function type for creating child widget
- 
    TransitionPageBuilder
      = Widget Function(BuildContext context, Animation<double> animation, Animation<double> secondaryAnimation)
- Builder function type for creating the transition page