I am new to flutter and I am creating login form, for that I have used TextField and added prefix icon but I am getting some extra spaces in between textfields (user id and pin
You can use:
TextField( maxLines: 1, decoration: InputDecoration(contentPadding: EdgeInsets.only(bottom: -10.0)) )