itemCount property
final
The number of items in the list.
It must be a non-negative integer. When zero, nothing is displayed and the widget occupies no space.
Implementation
final int itemCount;
The number of items in the list.
It must be a non-negative integer. When zero, nothing is displayed and the widget occupies no space.
final int itemCount;