cellBuilder property
Optional builder for each of width * height cells.
position is cell's position in the grid, counting left to right,
top to bottom, * starting from 1 *.
Implementation
final Widget Function(
BuildContext context,
int position,
double anim,
)? cellBuilder;