flutterflow sub-account passing parameters with custom navbar

Actions & Logic

Hello friends.

I have a custom nav bar (component) for 5 pages under a sub-account.The sub-account is fed by the listview from the main account. I'm trying to pass data from the main account's page to the sub_account pages which have the navbar. the data is correctly passing to the sub-account's first page. Now the issue is when the data is passed to the first page, it also asks me to pass it to the navbar element corresponding to that page because obviously when clicked, the element navigates to that corresponding page. I'm not sure how to resolve that. Also I can't pass data from that first page to the rest of the pages because the only way to navigate through them is using the custom navbar component. how do I solve this issue

What have you tried so far?

I can't seam to find the answer. I am a beginner

Did you check FlutterFlow's Documentation for this topic?
No