custom_route_transition_j 0.0.5
custom_route_transition_j: ^0.0.5 copied to clipboard
Este paquete ayuda con con las transciones entre diferentes pantallas de froma facil.
Route Transitions #
Este paquete ayuda con con las transciones entre diferentes pantallas de froma facil.
Getting started #
Usage #
RouteTransition(
context: context,//BuildContext
child: const Page2Page(), //Page Widget
animation: AnimationType.fadeIn, //animacion
duration: const Duration(seconds: 1)
repacement: true
);