Skip to content

Working with sliver app bar #15

@JanHitako

Description

@JanHitako

Does anyone know how to make this work under a sliver app bar?

With this setup, the tab-bar just fall behind the appbar (overlapping) when we scroll down instead of staying below it:

NestedScrollView(
        headerSliverBuilder: (_, _) => [
          SliverAppBar(
              pinned: true,
              expandedHeight: 150,
              ...
                ),
              ])
        ],
        body: DynamicTabBarWidget( 
        ....
             CustomScrollView down somewhere in the tree
        ....

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions