animation
How to remove scroll glow in flutter?
The glow effect comes from GlowingOverscrollIndicator added by ScrollBehavior To remove this effect, you need to specify a …
The glow effect comes from GlowingOverscrollIndicator added by ScrollBehavior To remove this effect, you need to specify a …
Screenshot: Scrolling with animation: final ScrollController _controller = ScrollController(); // This is what you'r…