Answers for "flutter text field show upper the keyboard"

1

flutter input text start with upper case

TextField(
   keyboardType: TextInputType.text,
   textCapitalization: TextCapitalization.sentences
)
Posted by: Guest on August-01-2020

Code answers related to "flutter text field show upper the keyboard"

Browse Popular Code Answers by Language