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
596 stars 120 forks source link

[Feature request] 能否加上像 CustomScrollView的 cacheExtent属性呢? #146

Closed huafsud closed 12 months ago

huafsud commented 12 months ago

Platforms

dart

Description

CustomScrollView 的cacheExtent 预加载高度

搜了下 extended_nested_scroll_view 貌似没有这个属性,以及类似属性, 能否加上呢?

Why

No response