example: turn off autocorrect

This commit is contained in:
Hiroshi Horie
2021-11-10 01:31:22 +09:00
parent abae7a7ff7
commit b2b7d86800
+1
View File
@@ -41,6 +41,7 @@ class LKTextField extends StatelessWidget {
hintText: '',
),
keyboardType: TextInputType.url,
autocorrect: false,
),
),
],