Skip to content

Instantly share code, notes, and snippets.

@khoasvn
Created July 10, 2020 02:50
Show Gist options
  • Select an option

  • Save khoasvn/a87ccc567899e96fde7dd532c8631e3c to your computer and use it in GitHub Desktop.

Select an option

Save khoasvn/a87ccc567899e96fde7dd532c8631e3c to your computer and use it in GitHub Desktop.
Widget submitButton() {
return RaisedButton(
child: Text('Submit'),
onPressed: () {
_menuBloc.add(GoToContacts());
},
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment