Skip to content

Instantly share code, notes, and snippets.

@Sumit-Ghosh
Created February 16, 2022 19:33
Show Gist options
  • Save Sumit-Ghosh/4ce3528353aabe8d9342b1c16c24bdcd to your computer and use it in GitHub Desktop.
Save Sumit-Ghosh/4ce3528353aabe8d9342b1c16c24bdcd to your computer and use it in GitHub Desktop.
TextButton(
onPressed: () {
context.read<LoginBloc>().add(LoginButtonTappedEvent());
},
child: const Text("Tap me!!!"),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment