In my screen I am already using NestedScrollView()
along with headerSliverBuilder
and SliverAppBar()
. I tried to add a Stack widget to the body of headerSliverBuilder but it never came in between the blue and white part as expected (expected result in the screenshot). It stays on the white portion only. I followed this answer but failed as mentioned above. Here is the expected result:
Asked
Active
Viewed 937 times
0

Jithesh Kt
- 2,023
- 6
- 32
- 48
-
Can you please post you code? It will be helpful. – jignesh.world Nov 30 '18 at 06:27
1 Answers
0
call the Stack
from your Scaffold
body instead, not the headerSliverBuilder

blaneyneil
- 3,122
- 13
- 14