Flutter——设置text的最大长度
摘要:
1 Container( 2 constraints: BoxConstraints( 3 maxWidth: 180, 4 maxHeight: 50, 5 ), 6 color: Colors.red, 7 child: Text('Container设置最大宽高'), 8 ) 参考链接:htt 阅读全文
posted @ 2021-01-04 17:10 在一起的浅蓝色 阅读(7590) 评论(0) 推荐(0)
浙公网安备 33010602011771号