Skip to content

Instantly share code, notes, and snippets.

@timbergus
Created April 3, 2019 13:46
Show Gist options
  • Select an option

  • Save timbergus/505646799135676fc7d453b17293502a to your computer and use it in GitHub Desktop.

Select an option

Save timbergus/505646799135676fc7d453b17293502a to your computer and use it in GitHub Desktop.
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