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

[How to use] ExtendedNestedScrollView的key.currentState!.innerController如何独自滚动到顶部,外部的outerController不动 #152

Open TomasWell opened 2 months ago

TomasWell commented 2 months ago

Platforms

dart

Description

[How to use] ExtendedNestedScrollView的key.currentState!.innerController如何独自滚动到顶部,外部的outerController不动 我的结构是ExtendedNestedScrollView的body放了一个MasonryGridView.count,无法将innerController给到MasonryGridView的controller,请问我需要怎么做才能让MasonryGridView独自滚动到顶部

My code

No response

Try do it

No response