1

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

3.14159
  • 267
  • 6
  • 22
  • 1
    scrollbar does not show in `SingleChildScrollView`, it shows if you manually wrap it up with `Scrollbar` widget. – gegobyte Nov 08 '20 at 09:16

0 Answers0