Skip to content

Instantly share code, notes, and snippets.

@rapPayne
Last active September 24, 2020 17:58
Show Gist options
  • Select an option

  • Save rapPayne/b74a741abdfcda94c360d3fd7667147d to your computer and use it in GitHub Desktop.

Select an option

Save rapPayne/b74a741abdfcda94c360d3fd7667147d to your computer and use it in GitHub Desktop.
Adding a GlobalKey for the Form
// 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