floatHeaderSlivers property Null safety

bool floatHeaderSlivers
final

Whether or not the NestedScrollView's coordinator should prioritize the outer scrollable over the inner when scrolling back.

This is useful for an outer scrollable containing a SliverAppBar that is expected to float. This cannot be null.

Implementation

final bool floatHeaderSlivers;