added start page to summary

This commit is contained in:
kima
2023-06-17 21:30:48 +02:00
parent 62d3895373
commit 1366984c15
4 changed files with 143 additions and 11 deletions

View File

@@ -87,7 +87,7 @@ class _LiveCardState extends State<LiveCard> {
builder: (context, state) => const Material(
color: Colors.black,
child: SummaryScreen(
currentPage: 'grades',
currentPage: 'start',
),
),
),