From 2120e24a79535f014c3720769e52bacb2e58f917 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Sun, 23 Jun 2024 21:02:56 +0200 Subject: [PATCH] rollback sizedbox --- covas_mobile/lib/ListItemMenu.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/covas_mobile/lib/ListItemMenu.dart b/covas_mobile/lib/ListItemMenu.dart index aab66fe..4946182 100644 --- a/covas_mobile/lib/ListItemMenu.dart +++ b/covas_mobile/lib/ListItemMenu.dart @@ -92,6 +92,7 @@ class _MyHomePageState extends State { child: Row( children: [ Expanded(flex: 1, child: Image.network(post.url!)), + SizedBox(width: 10), Expanded(flex: 3, child: Text(post.title!)), ], ),