setting backgroundColor for snack bar does not change background color
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
backgroundColor: Colors.green,
content: const Text('Awesome Snackbar!'),
),
);