Last updated:
0 purchases
route transition red
Usage #
RouteTransition(
context: context, // BuildContext
child: Page2(), // Page Widget
animation: RouteTransitionAnimation.fadeIn, // Animation type
duration: const Duration(milliseconds: 100), // Duration
type: RouteTransitionType.replaceAll, // Transition type
curve: Curves.elasticIn, // Curve
from: 0.5, // Animation begin
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.