delegate property

SliverChildDelegate delegate
final

The delegate that provides the children for this widget.

The children are constructed lazily using this widget to avoid creating more children than are visible through the Viewport.

See also:

Implementation

final SliverChildDelegate delegate;