Closed UG closed 5 years ago
Ok I will check it, but for now what is your purpose with this line :
this.selectedPos = pos;
Do you want to keep track of the selected position? If yes, you can use
_navigationController.value
To get the current selected tab whenever you want. And notice that there is no need to have _navigationController when you don't need to it. I think it's useless in your code.
Thanks. great, my issue is solved.
I was trying to using bottom navigation bar, I got stuck animation and not changing state issue.
when I remove setState, working propery but, when I selectedPos change in the setState() It's stucks.
Any idea ?