diff --git a/examples/mirai_gallery/assets/json/home_screen.json b/examples/mirai_gallery/assets/json/home_screen.json index 1f2efae5..5aa7d780 100644 --- a/examples/mirai_gallery/assets/json/home_screen.json +++ b/examples/mirai_gallery/assets/json/home_screen.json @@ -1222,6 +1222,10 @@ "assetPath": "assets/json/filled_button_example.json" } } + }, + { + "type": "sizedBox", + "height": 24.0 } ] \ No newline at end of file diff --git a/examples/mirai_gallery/lib/app/home/home_screen.dart b/examples/mirai_gallery/lib/app/home/home_screen.dart index 7670aebf..1f1e5e7a 100644 --- a/examples/mirai_gallery/lib/app/home/home_screen.dart +++ b/examples/mirai_gallery/lib/app/home/home_screen.dart @@ -57,7 +57,6 @@ class HomeScreen extends StatelessWidget { }, ), ), - SizedBox(height: 24.0 + MediaQuery.of(context).padding.bottom) ], ), );