feature/itemlist #2

Merged
v4l3n71n merged 9 commits from feature/itemlist into main 2024-06-28 22:07:15 +00:00
Showing only changes of commit 2120e24a79 - Show all commits

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!)),
], ],
), ),