Access Local state custom component

If I create this structure, I can access the local state of 'MyComponent' through the button:

But if I generate 'MyComponent' via a dynamic list like this, I can't access the local states. How can I access the local states of my components in a dynamic list?

Each 'MyComponent' has a local state variable, and when I click the button, I need to access all the local state variables...

here the project: https://app.flutterflow.io/project/test-error-4iehmd

2
11 replies