We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b20faf commit 4fc28a2Copy full SHA for 4fc28a2
lib/main.dart
@@ -84,6 +84,7 @@ class _MyHomePageState extends State<MyHomePage> {
84
decoration: InputDecoration(
85
border: OutlineInputBorder(),
86
hintText: 'Type Here',
87
+ autofocus:true;
88
),
89
onSubmitted: (value) {
90
setState(() {
0 commit comments