1 Container(
2   constraints: BoxConstraints(
3     maxWidth: 180,
4     maxHeight: 50,
5   ),
6   color: Colors.red,
7   child: Text('Container设置最大宽高'),
8 )

参考链接:https://www.cnblogs.com/gxsyj/p/11218362.html

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-05-22
  • 2022-01-22
猜你喜欢
  • 2022-12-23
  • 2021-11-03
  • 2021-08-08
  • 2021-07-15
  • 2021-09-07
相关资源
相似解决方案