Skip to content

Instantly share code, notes, and snippets.

@onatcipli
Created June 15, 2019 16:35
Show Gist options
  • Save onatcipli/5c9ef770d711d27f54e1ff2822157225 to your computer and use it in GitHub Desktop.
Save onatcipli/5c9ef770d711d27f54e1ff2822157225 to your computer and use it in GitHub Desktop.
FloatingActionButton(
onPressed: () async {
await CustomAlertBox.showCustomAlertBox(
context: context,
willDisplayWidget: Container(
child: Text('My custom alert box, used from example!!'),
));
},
tooltip: 'Show Custom Alert Box',
child: Icon(Icons.message),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment