stretchConfiguration property

OverScrollHeaderStretchConfiguration? stretchConfiguration

Specifies an AsyncCallback and offset for execution.

If the value of this property is null, then callback will not be triggered.

This is only used for stretching headers (those with SliverAppBar.stretch set to true).

Defaults to null.

Implementation

OverScrollHeaderStretchConfiguration? get stretchConfiguration => null;