Selaa lähdekoodia

Disable horizontal scroll in the homepage

Vishnu Mohandas 4 vuotta sitten
vanhempi
commit
d86a6506dd
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lib/ui/home_widget.dart

+ 1 - 0
lib/ui/home_widget.dart

@@ -179,6 +179,7 @@ class _HomeWidgetState extends State<HomeWidget> {
                 TabChangedEventSource.page_view,
               ));
             },
+            physics: NeverScrollableScrollPhysics(),
             controller: _pageController,
           ),
           Align(