diff --git a/lib/view/pages/more/overhang.dart b/lib/view/pages/more/overhang.dart index 23a5b69..7a02f07 100644 --- a/lib/view/pages/more/overhang.dart +++ b/lib/view/pages/more/overhang.dart @@ -50,6 +50,7 @@ class Overhang extends StatelessWidget { child: ListTile( leading: const CenteredLeading(Icon(Icons.star_rate_outlined)), title: const Text("App Bewerten"), + trailing: const Icon(Icons.arrow_right), onTap: () { InAppReview.instance.openStoreListing(appStoreId: "6458789560").then( (value) => InfoDialog.show(context, "Vielen Dank!"),