Design and better descriptions for feedback dialog
This commit is contained in:
@ -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()),
|
||||
)
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user