childCount property

int? childCount
final

The total number of children when using a builder.

Required for custom builders to determine the extent of MultiSliver children. Optional for standard builder mode, where it builds until the builder returns null.

Implementation

final int? childCount;