Toast( {super.key, required this.child, Color? backgroundColor, Color? textColor}) : backgroundColor = backgroundColor ?? Colors.grey, textColor = textColor ?? Colors.white;