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