Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable swipe gesture when using BottomNavigationBar

Tags:

flutter

dart

How do we disable swipe on BottomNavigationBar attached to a scaffold?

I could not find a way in the official docs to do so.

like image 846
kaustavj Avatar asked Oct 15 '25 20:10

kaustavj


1 Answers

Got it:

Just use

physics: const NeverScrollableScrollPhysics()

on your scrollable widget!

like image 173
kaustavj Avatar answered Oct 17 '25 09:10

kaustavj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!