标签:text scroll single children column nbsp style class idg
可以構建動態高度的組件
SingleChildScrollView(
child: Column(
children: <Widget>[
Text(‘A‘),
Text(‘B‘),
]
) )
标签:text scroll single children column nbsp style class idg
原文地址:https://www.cnblogs.com/ssjf/p/12532615.html