Last updated:
0 purchases
route transitions cfalavarezb
Route Transitions #
This package helps in the transicion among screens
Example use #
RouteTransitionCfalavarezb(
context: context, //BuildContext
child: const Page2(), //Widget
animation: AnimationType.fadeIn, //Animationtype
//duration: const Duration( seconds: 2 ) //Duration
replacement: false
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.