ResponsiveGridView constructor
const
ResponsiveGridView({})
Implementation
const ResponsiveGridView({
super.key,
required this.children,
this.spacing = 16,
this.phoneColumns = 2,
this.tabletColumns = 3,
this.desktopColumns = 4,
this.childAspectRatio,
this.physics,
});