diff --git a/lib/src/ui/homePage.dart b/lib/src/ui/homePage.dart index 45f2045..6306bae 100644 --- a/lib/src/ui/homePage.dart +++ b/lib/src/ui/homePage.dart @@ -16,7 +16,7 @@ class _HomePageState extends State { title: Image.asset( 'assets/flutter1.png', height: MediaQuery.of(context).size.height / 2, - width: MediaQuery.of(context).size.width / 4, + width: MediaQuery.of(context).size.width / 4 ), actions: [ Icon( @@ -27,7 +27,7 @@ class _HomePageState extends State { padding: const EdgeInsets.only(left: 20, right: 20), child: Icon( Icons.shopping_cart, - size: 20, + size: 20 ), ) ],