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
The answer mentioned by @RuslanLeshchenko is correct but if it is still not working for you, trying the following properties on GridView
shrinkwrap
physics: BouncingScrollPhysics()