Created
April 3, 2019 13:46
-
-
Save timbergus/505646799135676fc7d453b17293502a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| final _loginFormKey = GlobalKey<FormState>(); | |
| // This method call the functions in our component's | |
| // validator property. | |
| _loginFormKey.currentState.validate(); | |
| // This method call the functions in our component's | |
| // onSaved method. | |
| _loginFormKey.currentState.save(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment