Route Transitions
This package helps route traction
Example of use
//[context] es el BuildContext
RouteTransitions(
context: context,
child: const Page2(),
animation: AnimationType.fadeIn,
);
This package helps route traction
//[context] es el BuildContext
RouteTransitions(
context: context,
child: const Page2(),
animation: AnimationType.fadeIn,
);