This commit is contained in:
2026-04-06 10:55:56 +02:00
parent c6c61f1a31
commit 4930d25e58
15 changed files with 658 additions and 11 deletions

View File

@@ -18,3 +18,11 @@ enum AppThemeMode {
);
}
}
enum PrefKeys {
theme('themeModeSetting'),
lastStore('lastStore');
const PrefKeys(this.value);
final String value;
}