Skip to content

Instantly share code, notes, and snippets.

@PeterHdd
Last active April 11, 2021 12:29
Show Gist options
  • Select an option

  • Save PeterHdd/b31bcd899441809dae655b0aa8baddcb to your computer and use it in GitHub Desktop.

Select an option

Save PeterHdd/b31bcd899441809dae655b0aa8baddcb to your computer and use it in GitHub Desktop.
child: ElevatedButton(
style: ButtonStyle(backgroundColor: MaterialStateProperty.all<Color>(Colors.lightBlue)),
onPressed: () {
if (_formKey.currentState.validate()) {
registerToFb();
}
},
child: Text('Submit'),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment