I am a beginner with flutter and dart. I have been trying to implement a navigationBar on three different pages in my app. The toggling works well for an individual
navigationBar
Just make your index variable static like:
static int index = 0;