childrenDelegate property
A delegate that provides the children for the GridView
.
The GridView.custom
constructor lets you specify this delegate
explicitly. The other constructors create a childrenDelegate
that wraps
the given child list.
Implementation
final SliverChildDelegate childrenDelegate;