From 01613e38571542a74d74bec8032898215bdbff7c Mon Sep 17 00:00:00 2001 From: Ashish Rawat <32713874+ashishrawat2911@users.noreply.github.com> Date: Sun, 6 Oct 2019 20:29:03 +0530 Subject: [PATCH] Update homePage.dart --- lib/src/ui/homePage.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ), ) ],