itemCount property

int itemCount
final

The number of items the list 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 itemCount;