From 2b908c6f26bb254d3898f9a75ac30ffc7f034d1b Mon Sep 17 00:00:00 2001 From: bahmani-dev Date: Wed, 16 Oct 2024 09:10:55 +0430 Subject: [PATCH] change 4/3 to 5/4 in child aspect ration --- lib/src/pages/home_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/pages/home_page.dart b/lib/src/pages/home_page.dart index bc695a9..42514ee 100644 --- a/lib/src/pages/home_page.dart +++ b/lib/src/pages/home_page.dart @@ -65,7 +65,7 @@ class _MyHomePageState extends State { child: GridView( gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: 1, - childAspectRatio: 4 / 3, + childAspectRatio: 5 / 4, mainAxisSpacing: 30, crossAxisSpacing: 20), padding: EdgeInsets.only(left: 20),