Last active
September 24, 2020 17:58
-
-
Save rapPayne/b74a741abdfcda94c360d3fd7667147d to your computer and use it in GitHub Desktop.
Adding a GlobalKey for the Form
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
| // TODO 2: Add a GlobalKey declaration | |
| GlobalKey<FormState> _key = GlobalKey<FormState>(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment