itemBuilder property
Builds item by index Items are only build if they are needed. Make sure that
the item pixel size is equivalent to the size passed to the itemSizeRetriever
.
Implementation
final Widget Function(BuildContext, int) itemBuilder;
Builds item by index Items are only build if they are needed. Make sure that
the item pixel size is equivalent to the size passed to the itemSizeRetriever
.
final Widget Function(BuildContext, int) itemBuilder;