childCount property

int? childCount
final

The total number of children this delegate can provide.

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

Implementation

final int? childCount;