|
|
@ -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(),
|
|
|
|
],
|
|
|
|
],
|
|
|
|