Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Overscroll indicator appears on top the appbar rather than the scrollable area when slivers are used #9516

Closed
@mehmetf

Description

@mehmetf

When we use a scaffold setup like so:

   body: new CustomScrollView(
      slivers: [
        new SliverAppBar(
            title: new AppBarTitle(title: gtString.notificationDetail)),
        new CardContainer(cards: [
           new NotificationInfoCard(timestamp: widget.timestamp),
           new NotificationAccountCard(timestamp: widget.timestamp),
           new NotificationSiteCard(timestamp: widget.timestamp),
       ]),

The overscroll indicator appears on top of the app rather than within the card container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: qualityA truly polished experiencef: cupertinoflutter/packages/flutter/cupertino repositoryf: material designflutter/packages/flutter/material repository.f: scrollingViewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions