We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5edca9 commit f1459f4Copy full SHA for f1459f4
lib/core/resources/strings_manager.dart
@@ -29,5 +29,8 @@ class StringsManager {
29
static const String generateMaze = "Generate maze";
30
static const String searching = "Searching";
31
static const String sorting = "Sorting";
32
+ static const String stop = "Stop";
33
+ static const String play = "Play";
34
+ static const String reset = "Reset";
35
36
}
0 commit comments