custom_route_transition_vid

Creator: coderz1093

Last updated:

0 purchases

custom_route_transition_vid Image
custom_route_transition_vid Images

Languages

Categories

Add to Cart

Description:

custom route transition vid

Route Transitions #
this package helps in the transition of routes.
Just put your page on the child parameter of RouteTransitions and you will be able to used it!!.
Example of use #
/// [context] is the BuildContext
/// [child] is Page widget
/// [animation] is the animationType
/// [duration] is the duration of the transition
RouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
duration: Duration(milliseconds: 1000),
replacement: true,
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.