Skip to content

Instantly share code, notes, and snippets.

@TechieBlossom
Created November 15, 2019 20:11
Show Gist options
  • Save TechieBlossom/97610e3bbc4b9150cc3f7a95d6371c1a to your computer and use it in GitHub Desktop.
Save TechieBlossom/97610e3bbc4b9150cc3f7a95d6371c1a to your computer and use it in GitHub Desktop.
GestureDetector(
onTap: () {
Navigator.pop(context);
},
child: Icon(
Icons.arrow_back,
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment