added bigger feedback dialog widget

This commit is contained in:
2024-03-31 15:35:12 +02:00
parent 75846750f7
commit f45848331e
2 changed files with 80 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Overhang extends StatelessWidget {
title: const Text('Du hast eine Idee?'),
subtitle: const Text('Fehler und Verbessungsvorschläge'),
trailing: const Icon(Icons.arrow_right),
onTap: () => showDialog(context: context, barrierDismissible: false, builder: (context) => const FeedbackDialog()),
onTap: () => pushScreen(context, withNavBar: false, screen: const FeedbackDialog()),
),
],
),