ResponsiveGridView constructor
const
ResponsiveGridView({})
Implementation
const ResponsiveGridView({Key? key,
this.aspectRatio = 1,
required this.children,
required this.itemWidth,
this.controller})
: super(key: key);