error static method
Shows an error alert.
Implementation
static void error(BuildContext context, String title, String message) {
show(context, title: title, text: message, icon: Icons.error_outline_rounded, color: context.theme.danger);
}
Shows an error alert.
static void error(BuildContext context, String title, String message) {
show(context, title: title, text: message, icon: Icons.error_outline_rounded, color: context.theme.danger);
}