RenderGridView constructor
RenderGridView({})
Creates a RenderGridView with the given column count and spacing.
Implementation
RenderGridView({
required this.crossAxisCount,
required this.mainAxisSpacing,
required this.crossAxisSpacing,
});