I want to set TextField
‘s height to exactly 200px, so the border would outline it. Only way I found is by setting padding, but it’s not what i’m trying to find. I was hoping for some solution with SizedBox
, like buttons have, but couldn’t find it either.
2
Answers
This is my way of doing the thing you mentioned.
You can follow this approach. You can add
decoration
intoTextFormField
orTextInputField
.Output: