By default it seems that the header of a NestedScrollView only appears when you scroll all the way up. I’d like for it to start showing as soon as I start scrolling up (and it would show only by the amount of up scroll I’ve done). How can this be achieved ?
2
Answers
This is the solution I managed to get working :
With :
Note that there's a lot of gotchas here. For example, if you set minExtent to 0 (which would make sense, intuitevely), you'll get overlap. SliverOverlapAbsorber does not fix that.
Have you tried this?