rollback sizedbox

This commit is contained in:
Valentin CZERYBA 2024-06-23 21:02:56 +02:00
parent bbb1a09697
commit 2120e24a79

View File

@ -92,6 +92,7 @@ class _MyHomePageState extends State<ListItemMenu> {
child: Row( child: Row(
children: [ children: [
Expanded(flex: 1, child: Image.network(post.url!)), Expanded(flex: 1, child: Image.network(post.url!)),
SizedBox(width: 10),
Expanded(flex: 3, child: Text(post.title!)), Expanded(flex: 3, child: Text(post.title!)),
], ],
), ),