Browse Source

Disable horizontal scroll in the homepage

Vishnu Mohandas 4 years ago
parent
commit
d86a6506dd
1 changed files with 1 additions and 0 deletions
  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(