SliverGridGeometry constructor
Creates an object that describes the placement of a child in a RenderSliverGrid.
Implementation
const SliverGridGeometry({
@required this.scrollOffset,
@required this.crossAxisOffset,
@required this.mainAxisExtent,
@required this.crossAxisExtent,
});