You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(...),
)
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
The text was updated successfully, but these errors were encountered: