childrenDelegate property

SliverChildDelegate childrenDelegate
final

A delegate that provides the children for the StaggeredGridView.

The StaggeredGridView.custom constructor lets you specify this delegate explicitly. The other constructors create a childrenDelegate that wraps the given child list.

Implementation

final SliverChildDelegate childrenDelegate;