Skip to content

Commit 80f15a1

Browse files
committed
🐛 Fix overflow texts in the example.
1 parent 22644c7 commit 80f15a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/lib/pages/single_assets_page.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ class _SingleAssetPageState extends State<SingleAssetPage> {
264264
Text(
265265
model.description,
266266
style: context.themeData.textTheme.caption,
267+
maxLines: 2,
268+
overflow: TextOverflow.fade,
267269
),
268270
],
269271
),

0 commit comments

Comments
 (0)