buildChildLayout method
Subclasses should override this method to build the layout model.
Implementation
@override
Widget buildChildLayout(BuildContext context) {
return SuperSliverList(
delegate: childrenDelegate,
listController: listController,
delayPopulatingCacheArea: delayPopulatingCacheArea,
extentEstimation: extentEstimation,
extentPrecalculationPolicy: extentPrecalculationPolicy,
);
}