flutter實現文字超出最大寬度顯示省略號

Container( width: 60, child: Text( '。。。',   maxLines: 1, overflow: TextOverflow.ellipsis, ), ) 給Text外層套個Container設置下最大寬度html 轉載於:https://www.cnblogs.co
相關文章
相關標籤/搜索