route_transition_smba

Creator: coderz1093

Last updated:

0 purchases

route_transition_smba Image
route_transition_smba Images
Add to Cart

Description:

route transition smba

Route Transitions #
Este paquete ayuda en la transición de rutas.
Ejemplo de uso #
/// [context] es el BuildContext
/// [Page2] es el Widget Page
/// [animationType] es el tipo de animacion
/// [duration] es la duracion de la animacion
RouteTransitions(
context: context,
child: const Page2(),
animation: AnimationType.fadeIn,
duration: const Duration( seconds: 2),
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.

Related Products

More From This Creator