mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Added Focusnodes in form sample (#707)
This commit is contained in:
@@ -54,6 +54,8 @@ class _SignInHttpDemoState extends State<SignInHttpDemo> {
|
||||
children: [
|
||||
...[
|
||||
TextFormField(
|
||||
autofocus: true,
|
||||
textInputAction: TextInputAction.next,
|
||||
decoration: InputDecoration(
|
||||
filled: true,
|
||||
hintText: 'Your email address',
|
||||
|
||||
Reference in New Issue
Block a user