snapConfiguration property

FloatingHeaderSnapConfiguration? snapConfiguration

Specifies how floating headers should animate in and out of view.

If the value of this property is null, then floating headers will not animate into place.

This is only used for floating headers (those with SliverPersistentHeader.floating set to true).

Defaults to null.

Implementation

FloatingHeaderSnapConfiguration? get snapConfiguration => null;