itemBuilder property
A builder function that creates the widget for each item in the grid.
Implementation
final Widget Function(BuildContext, int) itemBuilder;
A builder function that creates the widget for each item in the grid.
final Widget Function(BuildContext, int) itemBuilder;