Flutter Gridview in Column. What's solution..?

后端 未结 5 1305
小鲜肉
小鲜肉 2021-02-02 09:16

I have a problem with gridview and column. In this case, i want put an image in upper of gridview. Please give me a solution..

return new Container(
  child: new         


        
5条回答
  •  滥情空心
    2021-02-02 09:47

    The answer mentioned by @RuslanLeshchenko is correct but if it is still not working for you, trying the following properties on GridView

    1. Try changing shrinkwrap to true
    2. Apply physics: BouncingScrollPhysics()

提交回复
热议问题