custom_page_transitions library

Classes

PageTransitions
Main class context is the BuildContext of the App, is required. child is the screen/Widget to navigate, is required. animation with this param it could change the animation, is optional. duration is the animation duration, is optional. reverseDuration is the reverse animation duration, is optional. settings is the typical RouteSettings to send arguments, is optional. replacement is the flag to navigate with pushReplacement, is optional. fullscreenDialog is the flag that indicates if this new screen will be a full dialog, is optional. curve is the typical Curves animation, is optional.