0 purchases
dark hachi transition
Route Transitions #
Este paquete ayuda a la transicion entre rutas.
Modo de uso #
RouteTransitions(
context: context,
child: Page2(),
animation: AnimationType.fadeIn,
duration: Duration(seconds: 2),
replacement: true,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.