Flutter: RenderBox was not laid out

前端 未结 7 962
清酒与你
清酒与你 2020-11-30 02:20

I\'m trying to create a ListView but when I import the list_form.dart class i get this error. Maybe I made some mistakes with the layout because if I try to run it inside th

相关标签:
7条回答
  • 2020-11-30 02:53

    Wrap your ListView in an Expanded widget

     Expanded(child:MyListView())
    
    0 讨论(0)
提交回复
热议问题