Handling Pinned Headers and Inner Scrolling in Flutter NestedScrollView
When a pinned header, PageView, and inner lists appear together, SliverOverlapAbsorber and SliverOverlapInjector should be used to build the correct scrolling relationship.
1 post.
When a pinned header, PageView, and inner lists appear together, SliverOverlapAbsorber and SliverOverlapInjector should be used to build the correct scrolling relationship.