const factory AppDialog.error({ Key? key, required String title, required String content, List<Widget>? actions, }) = _AppDialogError;