estimatedChildCount property

  1. @override
int? estimatedChildCount
override

Returns an estimate of the number of children this delegate will build.

Implementation

@override
int? get estimatedChildCount => childCount;