0 purchases
customroute transition us
Route transitions #
This package makes it easy to navigate between pages. you can place the animation fadeIn or normal
Usage example #
CustomrouteTransitionUs(
child: Page2(), // Page Widget
context: context, // BuildContex
animation: AnimationType.fadeIn, //AnimationType
replacement: true, // Default: false
duration: Duration(milliseconds: 500) //Duration animation
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.