Reputation: 139
I would like to use a TextFormField with round edges and a labeltext where the labeltext stays inside the textfield as it does with no round edges. Is this possible?
TextFormField + No Round Edges + Labeltext:
TextFormField + Round Edges + Labeltext:
Upvotes: 0
Views: 97
Reputation: 139
Ok I found a solution. I have to use UnderlineInputBorder instead of OutlineInputBorder.
Upvotes: 1