Answers for "flutter input text start with upper case"

1

flutter input text start with upper case

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

Browse Popular Code Answers by Language