const AppSnackBar({ Key? key, required this.message, this.prefixIcon, this.backgroundColor, }) : super(key: key);