itemCount property

int itemCount
final

The itemBuilder callback will be called only with indices greater than or equal to zero and less than itemCount.

Implementation

final int itemCount;