stretchConfiguration property

  1. @override
OverScrollHeaderStretchConfiguration stretchConfiguration
override

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

@override
OverScrollHeaderStretchConfiguration get stretchConfiguration =>
    OverScrollHeaderStretchConfiguration();