snapx_scroll_physics

Creator: coderz1093

Last updated:

Add to Cart

Description:

snapx scroll physics

Features #

Getting started #
This is a product that easily achieves sliding adsorption effect, it is realized by custom ScrollPhysics, you will like it.
Usage #
It can be used in any sliding control that supports physics parameters, and it is very simple to use.
// ListView
ListView(
physics: const SnapScrollPhysics(snapHeight: 250)
);

// CustomScrollView
CustomScrollView(
physics: const SnapScrollPhysics(snapHeight: 250)
);

copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.