custom_cupertino_page_route

Creator: coderz1093

Last updated:

0 purchases

custom_cupertino_page_route Image
custom_cupertino_page_route Images

Languages

Categories

Add to Cart

Description:

custom cupertino page route

A CupertinoPageRoute which can disable swipe back gesture.
Usage #
Navigator.push(
context,
CustomCupertinoPageRoute(
builder: (BuildContext context) {
return HomePage();
},
isPopGestureEnabled: false,
),
);
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.