estimatedChildCount property

int estimatedChildCount
override

Copied from SliverChildBuilderDelegate.estimatedChildCount. The new callback AnimatedSliverChildBuilderDelegate.childCount will be called instead of just an attribute.

Implementation

@override
int get estimatedChildCount => childCount();