animate_route_transition

Last updated:

0 purchases

animate_route_transition Image
animate_route_transition Images
Add to Cart

Description:

animate route transition

Animate Route Transition #
Paquete con transiciones entre pantallas, como versión 1 vendra con un FadeIn, podrás modificar la duración, curves y replacement.
Ejemplo de uso #
AnimateRouteTransition(
context: context, //BuildContext
animation: AnimationType.fadeIn, // Type animation
duration: Duration(milliseconds: 500), // Duration
replacement: false, // Replacement page
animateCurve: Curves.easeInOut, // Curves animation
child: Page2Page() // Page Widget
);

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.