I have a "Switch" inside a Component. This component is placed inside a column that retrieves data from firebase (acting like a listView).
I have set the active color in the component, and the switch should look like this:
But when I run the App (or even just do a preview), the Active Color is different (or not set?), like this:
Before posting more details about my scenario, can you spot a basic mistake on my side? Or maybe a known bug of having replicated switches inside a columns that retrieves data from firebase? Or maybe a bug related to passing a parameter as Initial Value? I myself could not find anything like this...
Thanks in advance.