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