python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Have different border colours when Textformfield is inactive , active and filled
Is is possible to have a different border color for each state of the TextFormField in flutter ie when the field is not active , when active and not active but has text in the field
TextFormField ema...
Nassif
Votes: 0
Answers: 3
Letter spacing in Arabic language
I am working on a Flutter mobile app. What I want to achieve is to separate characters in a TextFormField using the letterSpacing the property.
Letter spacing works correctly in English language. The ...
Waxren
Votes: 0
Answers: 1
Flutter. Is it possible to change TextFormField errorText padding?
I'm using TextFormField with OutlineInputBorder. I need the text inside to have padding on the right and left. For this I'm using:
contentPadding: const EdgeInsets.symmetric(vertical: 4, horizontal: ...
testivanivan
Votes: 0
Answers: 1
update TextFormField on pressing button
I have a beginner question.
I don't understand why TextFormField is not updated in this example on pressing the FloatingActionButton. _counter field is incremented inside of setState. Text widget is u...
Qjeta
Votes: 0
Answers: 2