Design and better descriptions for feedback dialog

This commit is contained in:
2024-02-07 22:18:11 +01:00
parent 85c1ff0478
commit acb79bbc6f
3 changed files with 12 additions and 6 deletions

View File

@ -43,7 +43,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, builder: (context) => const FeedbackDialog()),
onTap: () => showDialog(context: context, barrierDismissible: false, builder: (context) => const FeedbackDialog()),
)
],
),