fix : Différentes erreurs

This commit is contained in:
Yaël Perret
2026-05-14 16:05:08 +02:00
parent 09219b8ca1
commit a812a70b1d
14 changed files with 26 additions and 460 deletions

View File

@@ -13,10 +13,10 @@ class InfoAlertDialog extends StackedView<InfoAlertDialogModel> {
final Function(DialogResponse) completer;
const InfoAlertDialog({
Key? key,
super.key,
required this.request,
required this.completer,
}) : super(key: key);
});
@override
Widget builder(