ResponsiveGridView constructor
const
ResponsiveGridView({})
Implementation
const ResponsiveGridView({
Key? key,
required this.children,
this.spacing = 8.0,
this.runSpacing = 8.0,
this.mobileColumns = 2,
this.tabletColumns,
this.desktopColumns,
this.shrinkWrap = false,
this.physics,
this.padding,
}) : super(key: key);