itemCount property

int? itemCount
final

The total number of children this delegate can provide.

If null, the number of children is determined by the least index for which itemBuilder returns null.

Implementation

final int? itemCount;