fixed error
This commit is contained in:
@@ -34,8 +34,8 @@ class PageDashboard extends StatelessWidget {
|
||||
|
||||
final ratingNames = const {
|
||||
"page1": {"title": "", "q1": "Geschmack", "q2": "Qualität"},
|
||||
"page2": {"title": "Service", "q1": "Undefined", "q2": "Undefined"},
|
||||
"page3": {"title": "Wünsche", "q1": "Undefined", "q2": "Undefined"}
|
||||
"page2": {"title": "Service", "q1": "Freundlichkeit", "q2": "Sauberkeit"},
|
||||
"page3": {"title": "Wünsche", "q1": "Vielfalt", "q2": "Vegan"}
|
||||
};
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user