From 0ec07ef672bc09ac28263f5210be237389e0b932 Mon Sep 17 00:00:00 2001 From: aslight0013 Date: Tue, 1 Mar 2022 15:03:54 +0530 Subject: [PATCH] bugfix: ScrollController error because of scroll multiple elements --- lib/screens/dashboard/dashboard_screen.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/dashboard/dashboard_screen.dart b/lib/screens/dashboard/dashboard_screen.dart index 26834ee..b368a52 100644 --- a/lib/screens/dashboard/dashboard_screen.dart +++ b/lib/screens/dashboard/dashboard_screen.dart @@ -13,6 +13,7 @@ class DashboardScreen extends StatelessWidget { Widget build(BuildContext context) { return SafeArea( child: SingleChildScrollView( + primary: false, padding: EdgeInsets.all(defaultPadding), child: Column( children: [