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)
How to do ElevatedButton disabled?
I want the button to be inactive until 10 characters are entered in the field. When 10 characters were entered, the button was active. And when it is inactive it is gray, and when it is active it is b...
userName
Votes: 0
Answers: 2
Submit data/trigger function when modalsheet is closed
I'm using a modal sheet with a TextEditingController and a TextField to allow the users to make inputs. When the user submints (presses enter on the keyboard), a function is triggered, the data collec...
Joe
Votes: 0
Answers: 1
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