|
|
@ -91,7 +91,6 @@ class TopicCommunityViewState extends State<TopicCommunityView>
|
|
|
|
.bold
|
|
|
|
.bold
|
|
|
|
.overflow(TextOverflow.ellipsis)
|
|
|
|
.overflow(TextOverflow.ellipsis)
|
|
|
|
.make(),
|
|
|
|
.make(),
|
|
|
|
Spacer(),
|
|
|
|
|
|
|
|
(model?.content ?? '')
|
|
|
|
(model?.content ?? '')
|
|
|
|
.text
|
|
|
|
.text
|
|
|
|
.maxLines(1)
|
|
|
|
.maxLines(1)
|
|
|
@ -116,7 +115,7 @@ class TopicCommunityViewState extends State<TopicCommunityView>
|
|
|
|
.make()
|
|
|
|
.make()
|
|
|
|
].row(),
|
|
|
|
].row(),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
).box.height(160.w).make().expand(),
|
|
|
|
).box.make().expand(),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|