From f20ccd67e2fa847a454190f782651aa7dbd94aa9 Mon Sep 17 00:00:00 2001 From: Moe <moe@chocola.dev> Date: Sat, 21 May 2022 17:22:03 +0700 Subject: [PATCH] Avoid imply back button automatically --- lib/screens/payment.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/payment.dart b/lib/screens/payment.dart index b9e419d..abf0a20 100644 --- a/lib/screens/payment.dart +++ b/lib/screens/payment.dart @@ -18,6 +18,7 @@ class _PaymentState extends State<Payment> { title: const Text('Payment'), centerTitle: true, backgroundColor: const Color(0xff212226), + automaticallyImplyLeading: false, ), body: const PaymentBody()); }