可以構建動態高度的組件

SingleChildScrollView(
    child: Column(

    children: <Widget>[
    Text('A'),
    Text('B'),

  ]
) )

 

相关文章:

  • 2021-07-10
  • 2021-07-27
  • 2021-07-19
  • 2022-12-23
  • 2021-09-29
  • 2021-06-22
  • 2021-06-15
猜你喜欢
  • 2021-04-13
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2021-11-17
相关资源
相似解决方案