Code cleanup

Signed-off-by: Andreas Fahrecker <AndreasFahrecker@gmail.com>
This commit is contained in:
Andreas Fahrecker
2021-02-12 00:17:19 +01:00
parent 5c2592f601
commit d06d7f1448
10 changed files with 94 additions and 128 deletions

View File

@ -17,7 +17,7 @@ class ProgressDetailScreenArguments {
}
class ProgressDetailScreen extends StatefulWidget {
static const routeName = "/progress-detail";
static const routeName = "/progress";
static const title = "Progress View";
@override