Feat: Fügt einen dynamisch erstell- und anzeigbaren Dialog hinzu
This commit is contained in:
11
lib/Entities/dialog_type_enum.dart
Normal file
11
lib/Entities/dialog_type_enum.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
/// Eine Enum, um den Typ eines Dialogs festzulegen
|
||||
enum DialogTypeEnum {
|
||||
/// Der Standarddialog
|
||||
info,
|
||||
|
||||
/// Der Errordialog
|
||||
error,
|
||||
|
||||
/// Der Erfolgreichdialog
|
||||
success,
|
||||
}
|
||||
Reference in New Issue
Block a user