childCount property

  1. @override
int childCount
override

Child count should rely on element's childNodes, the real child renderObject count is not exactly.

Implementation

@override
int get childCount => _renderSliverBoxChildManager.childCount;