error static method
Shows an error toast.
Implementation
static void error(BuildContext context, String? message, [String? title, TError? error]) {
show(context, message, title: title, icon: HugeIcons.strokeRoundedAlertCircle, color: context.theme.danger, error: error);
}