delegate property

SliverPersistentHeaderDelegate delegate
final

Configuration for the sliver's layout.

The delegate provides the following information:

  • The minimum and maximum dimensions of the sliver.

  • The builder for generating the widgets of the sliver.

  • The instructions for snapping the scroll offset, if floating is true.

Implementation

final SliverPersistentHeaderDelegate delegate;