custom_route_transition_dllm

Creator: coderz1093

Last updated:

0 purchases

custom_route_transition_dllm Image
custom_route_transition_dllm Images

Languages

Categories

Add to Cart

Description:

custom route transition dllm

Route Transitions #
Este paquete ayuda a la transicion de rutas.
Ejemplo de uso #
/// [context] = BuildContext
RouteTransition(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
duration: Duration(milliseconds: 400),
replacement: false
);
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.