0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.