草庐IT

Flutter Nested Listview 为什么我不能使用行?

下面的代码在不使用Row小部件的情况下工作,但是它在使用带Row的嵌套ListView时出错如果这是我在上面代码中的用例,我如何使用Row我有一行,其中有两列Widgetbuild(BuildContextcontext){//TODO:implementbuildreturnScaffold(appBar:AppBar(title:Text("Dashboard"),actions:[IconButton(icon:Icon(Icons.add_circle),iconSize:50.0,onPressed:(){Navigator.push(context,MaterialPage

Flutter Nested Listview 为什么我不能使用行?

下面的代码在不使用Row小部件的情况下工作,但是它在使用带Row的嵌套ListView时出错如果这是我在上面代码中的用例,我如何使用Row我有一行,其中有两列Widgetbuild(BuildContextcontext){//TODO:implementbuildreturnScaffold(appBar:AppBar(title:Text("Dashboard"),actions:[IconButton(icon:Icon(Icons.add_circle),iconSize:50.0,onPressed:(){Navigator.push(context,MaterialPage