CustomSnackBar constructor
const
CustomSnackBar({})
Implementation
const CustomSnackBar({
super.key,
super.backgroundColor = Colors.yellow,
super.content = const Text(
'Copied to your clipboard !',
style: TextStyle(
color: Colors.black,
),
),
});