gridDelegate property
final
A delegate that controls the layout of the children within the AnimatedGrid.
See also:
- SliverGridDelegateWithFixedCrossAxisCount, which creates a layout with a fixed number of tiles in the cross axis.
- SliverGridDelegateWithMaxCrossAxisExtent, which creates a layout with tiles that have a maximum cross-axis extent.
Implementation
final SliverGridDelegate gridDelegate;