sliverGridDelegate property

SliverGridDelegate sliverGridDelegate
final

Controls the layout of tiles in a grid. Given the current constraints on the grid, a SliverGridDelegate computes the layout for the tiles in the grid. The tiles can be placed arbitrarily, but it is more efficient to place tiles in roughly in order by scroll offset because grids reify a contiguous sequence of children.

Implementation

final SliverGridDelegate sliverGridDelegate;