Skip to content

Commit

Permalink
bugfix: ScrollController error because of scroll multiple elements
Browse files Browse the repository at this point in the history
  • Loading branch information
aslight0013 committed Mar 1, 2022
1 parent b08787a commit 0ec07ef
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 0ec07ef

Please sign in to comment.