ScaffoldMessenger.of(context).showSnackBar( SnackBar( duration: const Duration(milliseconds: 5000), content: const Text('Awesome Snackbar!'), ), );