estimatedChildCount property Null safety

int? estimatedChildCount
override

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

Implementation

@override
int? get estimatedChildCount => null;