floating property

bool floating
final

Whether the header should become visible when user scrolls in reverse direction.

alwaysOnTop takes precedence over this.

If false, the user will need to scroll to top to see the header.

Default : false

Implementation

final bool floating;