Answers for "flutter textinput auto capitalize"

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 textinput auto capitalize"

Browse Popular Code Answers by Language