I'm using a SingleChildScrollView
. I want to enable scrolling but hide the scrollbar.
In Android I used android:scrollbars="none"
to accomplish this but cannot seem to find a way to do this in Flutter.
All existing questions remotely related to this topic talk about how to disable scrolling not merely hiding the scrollbar.
Is there a way to accomplish this or is there a way to reposition the scrollbar to better position the scrollbar in my app?
Any help is appreciated. Thanks.
Edit: this answer solved it for me