How can I have a color that is going to change, when I select a certain topic on Flutter. Can I use the notifier with the Color Widget?
So I am currently trying to figure out a way to give a color to a certain card depending on which subject the user has selected. I am usifier a notifier. Previously in my code, I was able to refer…