warning static method
Implementation
static void warning(BuildContext context, String title, String message) {
show(context, title: title, text: message, icon: Icons.warning_amber_rounded, color: context.theme.warning);
}
static void warning(BuildContext context, String title, String message) {
show(context, title: title, text: message, icon: Icons.warning_amber_rounded, color: context.theme.warning);
}