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