I am trying to make a login ui in flutter. I have a suffixicon decoration in TextFormField. I need to set it's color then change it later when the TextFormField is in a focused state
I tried giving color to the icon, but it stays constant, I also tried with theme, but since i am new i got lost.