I'm developing Flutter application and I want to add prefix icon to my TextFormField
widget. Something like that:
And when I try to add a prefix icon, my label aligns (vertically) with the text, but I don't want to add an offset to the label. How can I avoid this behavior?
So, I just added offset to prefix icon: