itemCount property

int itemCount
final

The amount of items that need to be rendered by the itemBuilder.

Is required and cannot be null.

Implementation

final int itemCount;