Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. onPressed: () {
  2. Scaffold.of(context).showSnackBar(SnackBar(
  3. content: Text('Show Snackbar'),
  4. duration: Duration(seconds: 3),
  5. ));
  6. print('Image pressed.');
  7. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement