Refactoring

This commit is contained in:
2026-05-24 17:07:09 +02:00
parent d82206319a
commit 398c7a4168
6 changed files with 13 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ String translateAppColorToString(AppColor color, BuildContext context) {
}
/// Returns the [Color] object corresponding to a [AppColor] enum value.
Color getColorFromGameColor(AppColor color) {
Color getColorFromAppColor(AppColor color) {
switch (color) {
case AppColor.red:
return Colors.red;