Vertical viewport was given unbounded height

后端 未结 10 1215
不思量自难忘°
不思量自难忘° 2020-11-30 22:30

This is my code:

  @override
  Widget build(BuildContext context) {
    return new Material(
      color: Colors.deepPurpleAccent,
      child: new Column(
           


        
10条回答
  •  情歌与酒
    2020-11-30 22:42

    test this one for second listview

    ListView.builder(
                physics: NeverScrollableScrollPhysics(),
    

提交回复
热议问题