rollback sizedbox
This commit is contained in:
parent
bbb1a09697
commit
2120e24a79
@ -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!)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user