adding missing const
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user