stop ScrollController from affecting a ScrollController below it – Flutter
i have the following list (buildtask lists is basicly a normal listview):
How to do it so that when I go to another page, the dotColor of the previous page changes to white
I tried a lot of ways and none of them helped. I need to do as in the pictures: enter image description here enter image description here That is, after switching to the second page, the dotColor of the first one changes to white. I am using SmoothPageIndicator
This is my code: