Disable horizontal scroll in the homepage

This commit is contained in:
Vishnu Mohandas 2021-05-08 03:50:54 +05:30
parent f7f038033b
commit d86a6506dd

View file

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