0

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:

enter image description here

Jithesh Kt
  • 2,023
  • 6
  • 32
  • 48

1 Answers1

0

call the Stack from your Scaffold body instead, not the headerSliverBuilder

blaneyneil
  • 3,122
  • 13
  • 14