custom_page_route

Creator: coderz1093

Last updated:

0 purchases

custom_page_route Image
custom_page_route Images

Languages

Categories

Add to Cart

Description:

custom page route

custom_page_route #
A cutom animation for page route.
Getting Started #
** CustomPageRoute class constructor **
CustomPageRoute({
required Widget child,
AxisDirection axisDirection = AxisDirection.right,
Duration transitionDuration = const Duration(milliseconds: 500),
Duration reverseTransitionDuration = const Duration(milliseconds: 500)
})
copied to clipboard
Example,
Navigator.push(
context,
CustomPageRoute(
axisDirection: AxisDirection.left,
child: Page1(),
),
);

copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.