Skip to content

Commit

Permalink
Add SizedBox inside ListView
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmaxcooldude committed Apr 1, 2024
1 parent b744217 commit f91ed2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/mirai_gallery/assets/json/home_screen.json
Original file line number Diff line number Diff line change
Expand Up @@ -1222,6 +1222,10 @@
"assetPath": "assets/json/filled_button_example.json"
}
}
},
{
"type": "sizedBox",
"height": 24.0
}
]

1 change: 0 additions & 1 deletion examples/mirai_gallery/lib/app/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class HomeScreen extends StatelessWidget {
},
),
),
SizedBox(height: 24.0 + MediaQuery.of(context).padding.bottom)
],
),
);
Expand Down

0 comments on commit f91ed2d

Please sign in to comment.