Last updated:
0 purchases
noripple overscroll
noripple_overscroll #
A package that helps developers cancel ripples caused by excessive Listview scrolling.
Getting Started #
The package is very easy to cancel ripples caused by excessive Listview scrolling. What you need to do is just pass your ListView Widget to it!
Just like this:
class _NorippleDemo extends StatelessWidget {
@override
Widget build(BuildContext context) {
return NoRippleOverScroll( // Calling NoRippleOverScroll
child: ListView( // Pass in ListView
...
),
);
}
}
copied to clipboard
Yes, it's so easy like this! Now, start experiencing it!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.