How do I hide scrollbar in flutter Web?

You can use ScrollConfiguration widget to pass a spesific scroll behaviour to the widget tree . ScrollConfiguration( behavior: ScrollConfiguration. of(context). copyWith(scrollbars: false), child: ListView(…) )

Sizin İçin Seçtik  What is custom ScrollView in flutter?

Leave a Reply

Your email address will not be published. Required fields are marked *