Skip to content

Commit 210be90

Browse files
authoredMay 19, 2022
Merge pull request abuanwar072#43 from tm-sanjay/patch-1
bugfix: ScrollController error because of scroll multiple elements
2 parents bf4dcbb + f24056d commit 210be90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/screens/dashboard/dashboard_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class DashboardScreen extends StatelessWidget {
1313
Widget build(BuildContext context) {
1414
return SafeArea(
1515
child: SingleChildScrollView(
16+
primary: false,
1617
padding: EdgeInsets.all(defaultPadding),
1718
child: Column(
1819
children: [

0 commit comments

Comments
 (0)