fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
591 stars 117 forks source link

Is there any way to add bacground color or background image for the whole headerSliverBuilder #124

Open chen412115 opened 1 year ago

chen412115 commented 1 year ago

Platforms

dart

Description

I want to add a background image under headerSliverBuilder,if possible

Why

No response