adding missing const

This commit is contained in:
2025-10-20 17:08:10 +02:00
parent 71c7325370
commit 0070e57aec
36 changed files with 298 additions and 210 deletions

View File

@@ -53,7 +53,7 @@ class UserPreferences {
value: 30,
minVal: 30,
maxVal: 720,
icon: Icon(Icons.timer),
icon: const Icon(Icons.timer),
);
@@ -66,4 +66,4 @@ class UserPreferences {
"max_time_minute": maxTime.value
};
}
}
}