Skip to content

Instantly share code, notes, and snippets.

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