fix multi hero share the same tag

hmxc
小赖 4 years ago
parent 61e9dd5666
commit bee4fe3387

@ -82,8 +82,6 @@ class MyEventCard extends StatelessWidget {
tag: ImgModel.first(model.imgUrl), tag: ImgModel.first(model.imgUrl),
); );
}, },
child: Hero(
tag: ImgModel.first(model.imgUrl),
child: Container( child: Container(
clipBehavior: Clip.antiAlias, clipBehavior: Clip.antiAlias,
decoration: BoxDecoration( decoration: BoxDecoration(
@ -99,7 +97,6 @@ class MyEventCard extends StatelessWidget {
), ),
), ),
), ),
),
10.wb, 10.wb,
model.content.text.make().expand(), model.content.text.make().expand(),
], ],

Loading…
Cancel
Save