Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after "extendBodyBehindAppBar: true in Scaffold" The view show under appbar #131

Open
SalarPro opened this issue Apr 15, 2022 · 0 comments

Comments

@SalarPro
Copy link

I have a list view but when I use the "extendBodyBehindAppBar: true ", the view have margin from the appbar,
how ever when i use
Scrollbar(
child: PaginateFirestore(...),
)

it over flow the window.

Scaffold( extendBodyBehindAppBar: true, extendBody: true, ...)

here is a video about :
1-In the Search Tab i used the Scrollbar(child: PaginateFirestore(...))
2-in the Home Tab I used the ListView(children: [...])

screen-recording-2022-04-15-at-44701-am_Wi6yczND.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant