Skip to content

Commit

Permalink
Merge pull request #43 from tm-sanjay/patch-1
Browse files Browse the repository at this point in the history
bugfix: ScrollController error because of scroll multiple elements
  • Loading branch information
aslight0013 committed May 19, 2022
2 parents b08787a + 0ec07ef commit cef916e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/dashboard/dashboard_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit cef916e

Please sign in to comment.