Flutter-SingleChildScrollView 可以構建動態高度的組件 SingleChildScrollView( child: Column( children: <Widget>[ Text('A'), Text('B'), ] ) )