I have a parent SingleChildScrollView and I added a horizontal ListView inside it. Now while scrolling the scrollview, I am doing one animation. But don’t want to do that animation happen while scrolling child ListView. I have Added listener but it is detecting the scroll for ListView also.
So, how to prevent that for nested ListView.
Please help me out.
Thanks in advance.