stretchConfiguration property Null safety

OverScrollHeaderStretchConfiguration? stretchConfiguration
read / write

Defines the parameters used to execute an AsyncCallback when a stretching header over-scrolls.

If stretchConfiguration is null then callback is not triggered.

See also:

  • SliverAppBar, which creates a header that can stretched into an overscroll area and trigger a callback function.

Implementation

OverScrollHeaderStretchConfiguration? stretchConfiguration;