Added missing arrow on 'rate app' button
This commit is contained in:
parent
1919ecbbb9
commit
d3617f1402
@ -50,6 +50,7 @@ class Overhang extends StatelessWidget {
|
|||||||
child: ListTile(
|
child: ListTile(
|
||||||
leading: const CenteredLeading(Icon(Icons.star_rate_outlined)),
|
leading: const CenteredLeading(Icon(Icons.star_rate_outlined)),
|
||||||
title: const Text("App Bewerten"),
|
title: const Text("App Bewerten"),
|
||||||
|
trailing: const Icon(Icons.arrow_right),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
InAppReview.instance.openStoreListing(appStoreId: "6458789560").then(
|
InAppReview.instance.openStoreListing(appStoreId: "6458789560").then(
|
||||||
(value) => InfoDialog.show(context, "Vielen Dank!"),
|
(value) => InfoDialog.show(context, "Vielen Dank!"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user