|
|
@ -39,7 +39,8 @@ class TopicCommunityViewState extends State<TopicCommunityView>
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Hero(
|
|
|
|
Hero(
|
|
|
|
tag: "${model.firstImg}_${model.id}",
|
|
|
|
// tag: "${model.firstImg}_${model.id}",
|
|
|
|
|
|
|
|
tag: model.hashCode.toString(),
|
|
|
|
child: Container(
|
|
|
|
child: Container(
|
|
|
|
clipBehavior: Clip.antiAlias,
|
|
|
|
clipBehavior: Clip.antiAlias,
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|