sagarkardani

Results 4 comments of sagarkardani

> i have the same problem on ios/iphone > but not on android/samsung I have also checked in both and I am facing issue in both andoid and iOS 🤔....

Yes, the issue is only with BouncingScrollPhysics() and not with ClampingScrollPhysics(). 👍

@mahdi739 Thanks for reply... I was able to achieve the behaviour by adding below lines, but have forgotten to update here. ``` if (widget.controller.offset < viewMinScrollExtent) { _barOffset = barMinScrollExtent;...

I am also facing this issue. But I am having more problems with **Vertical Scrollbar**. Scrollbar resizing behaviour will become more prominent when WordWrap is set to true. Because when...