initialItemCount property
finalinherited
The number of items the AnimatedList or AnimatedGrid will start with.
The appearance of the initial items is not animated. They
are created, as needed, by itemBuilder
with an animation parameter
of kAlwaysCompleteAnimation.
Implementation
final int initialItemCount;