flutter 超出俩行点点点

Text(
'${listItem["title"]}',
overflow: TextOverflow.ellipsis,
maxLines: 2,
style: TextStyle(
fontSize: 20,
),
)
原文地址:https://www.cnblogs.com/wupeng88/p/10861846.html