I have two textFormField widgets. Once the user has completed the first text field I would like to focus on the next textField. Is there a way to do
textFormField
textField
There's a similar method like in Android.
Add
textInputAction
parameter to the TextFormField Widget, then add the property as;
TextInputAction.next