Hello everyone!
Please help me solve a problem.
I have pages with 3 containers each that change their color when clicked.
I have a component configured to receive various data types, including color, through page parameters.
The component contains a "GridView" widget with many containers.
I want each individual container in the component to take on the color of the selected container from the pages mentioned above.
I want to set everything up without connecting the component to collections; everything should work locally.