Grid view builder not expanding by using Expanded widget in Flutter
///grid view builder, In this section I want to expand the grid view height as the available space for different size of phone height increase and other items height remains fixed but Expanded widget isn't working, making whole ui blank.…