You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a SingleChildScrollView and inside is an AnimatedList that can automatically scroll down to the last item. I found that the effect only appeared when I was using my hand and scrolling. I want to know is there a way to make the Fading effect appear automatically when the Listview is scrollable?
The text was updated successfully, but these errors were encountered:
@trantruongan136 I made a fork that implements this. If you pass through the child scrollview's list to the FadingEdgeScrollView with the new scrollViewList paramenter, the FadingEdgeScrollView will update anytime the underlying list changes. You can use this until this functionality is properly added to the plugin.
I am using a SingleChildScrollView and inside is an AnimatedList that can automatically scroll down to the last item. I found that the effect only appeared when I was using my hand and scrolling. I want to know is there a way to make the Fading effect appear automatically when the Listview is scrollable?
The text was updated successfully, but these errors were encountered: