ScaffoldMessenger.of(context).showSnackBar( SnackBar( backgroundColor: Colors.green, content: const Text('Awesome Snackbar!'), ), );