The blue shadow over scroll effect looks really ugly in our app. Is there a way to disable all the over scroll effect? You know there are lots of ScrollView
s and Lists in it... That would be a shame if I have to disable it in every widget that can scroll... thx~
Components that contain built-in scrolling implementationsListView. GridView. ScrollView. NestedScrollView.
How to Remove ScrollGlow in Flutter?? The glow effect comes from GlowingOverscrollIndicator added by ScrollBehavior. To remove this effect, you need to specify a custom ScrollBehavior. For that, simply wrap any given part of your application into a ScrollConfiguration with the desired ScrollBehavior.
You can do it simply
In layout.XML
Set
android:overScrollMode="never"
In scrollview
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With