warning static method
Shows a warning toast.
Implementation
static void warning(BuildContext context, String message, [String? title]) {
show(context, message, title: title, icon: Icons.warning_amber_rounded, color: context.theme.warning);
}
Shows a warning toast.
static void warning(BuildContext context, String message, [String? title]) {
show(context, message, title: title, icon: Icons.warning_amber_rounded, color: context.theme.warning);
}