Skip to content

Instantly share code, notes, and snippets.

@timbergus
Created April 3, 2019 14:12
Show Gist options
  • Select an option

  • Save timbergus/563b139f793b97d1ea582554b6339e50 to your computer and use it in GitHub Desktop.

Select an option

Save timbergus/563b139f793b97d1ea582554b6339e50 to your computer and use it in GitHub Desktop.
RaisedButton(
child: Text('Login'),
onPressed: () {
if (_loginFormKey.currentState.validate()) {
_loginFormKey.currentState.save();
print('Email: $_email, password: $_password');
}
},
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment