Created
June 15, 2019 16:35
-
-
Save onatcipli/5c9ef770d711d27f54e1ff2822157225 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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