proper capitalize main input field

This commit is contained in:
Sorunome 2020-06-14 17:12:27 +02:00
parent 35beaa4492
commit f86ca81333
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ class InputBar extends StatelessWidget {
onChanged: (text) {
onChanged(text);
},
textCapitalization: TextCapitalization.sentences,
),
suggestionsCallback: getSuggestions,
itemBuilder: buildSuggestion,