How do I hide scrollbar in flutter Web? 1 April 2022 Enpatika.com Genel 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?