Skip to content

Instantly share code, notes, and snippets.

@androidfanatic
Created February 18, 2020 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save androidfanatic/e66c4157e2e5312042852c16edb0aaa6 to your computer and use it in GitHub Desktop.
Save androidfanatic/e66c4157e2e5312042852c16edb0aaa6 to your computer and use it in GitHub Desktop.
floatingActionButton: FloatingActionButton(
child: Icon(Icons.add), /// uses the built-in icons
onPressed: () => _promptDialog(context),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment