The ________ widget is used to create a grid layout that adapts to the screen size.

  • ColumnLayout
  • FlexibleGrid
  • GridView
  • RowLayout
The 'GridView' widget is used to create a grid layout in Flutter that adapts to the screen size. It organizes its children into a two-dimensional array, allowing for the creation of grids with a specified number of columns. 'GridView' is beneficial for displaying data in a structured format, such as images or cards, and it automatically adjusts its layout based on the available screen space.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *