itemCount property

int? itemCount
final

The total number of items in the list.

If itemCount is 0, the noDataText will be displayed.

Implementation

final int? itemCount;