Skip to content

Instantly share code, notes, and snippets.

@antocara
Created October 16, 2020 17:28
Show Gist options
  • Save antocara/3fff8e6cc01012878dae191bd794bc45 to your computer and use it in GitHub Desktop.
Save antocara/3fff8e6cc01012878dae191bd794bc45 to your computer and use it in GitHub Desktop.
Future _showMyDialog(BuildContext context) async {
return showCupertinoDialog(
context: context,
builder: (_) => _buildAlertDialog(),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment