estimatedChildCount property
override
Returns an estimate of the number of children this delegate will build.
Implementation
@override
int get estimatedChildCount => null;
Returns an estimate of the number of children this delegate will build.
@override
int get estimatedChildCount => null;