fluctuating property

bool fluctuating
final

Whether the header should immediately grow again if the user reverses scroll direction.

If this is false, the header only grows again once the user reaches the part of the viewport that contains the sliver.

The delegate's CustomSliverComponentDelegate.snapConfiguration is ignored unless fluctuating is true.

Implementation

final bool fluctuating;