ResponsiveGridList constructor

ResponsiveGridList(
  1. {double desiredItemWidth,
  2. double minSpacing,
  3. bool squareCells = false,
  4. bool scroll = true,
  5. List<Widget> children}
)

Implementation

ResponsiveGridList(
    {this.desiredItemWidth,
    this.minSpacing,
    this.squareCells = false,
    this.scroll = true,
    this.children});