python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
flutter space between inputTextForm field and bottom border
Everything works fine except the space between the elements/user input and bottom bar. I tried different methods to get rid of that space: content padding, box constraints, prefix icon constraints ...

Aleksandre Bregadze
Votes: 0
Answers: 1
setState doesn't rerender textformfield
I'm trying to create a PasswordField as a TextFormField, that has a suffix, which should allow to toggle the visibility of the input string. The issue I'm receiving is that, I'm able to toggle obscure...
theundercoverartist
Votes: 0
Answers: 1
Is it possible to just use one TextFormField for the email and password?
My idea is to use only one TextFormField for the email and password...
But I also want to make the password obscure, and I have no idea how to implement this, using just a TextFormField
TextFormFi...
Efipee
Votes: 0
Answers: 2
how to create a TextFormField function in flutter
TextFormField function in flutter
A FormField that contains a TextField.
This is a convenience widget that wraps a TextField widget in a FormField.
static formField({
required String label,
St...
Gopal Katariya
Votes: 0
Answers: 1