Avoid imply back button automatically

This commit is contained in:
Moe Poi ~ 2022-05-21 17:22:03 +07:00
parent 3165bfa096
commit f20ccd67e2

View file

@ -18,6 +18,7 @@ class _PaymentState extends State<Payment> {
title: const Text('Payment'),
centerTitle: true,
backgroundColor: const Color(0xff212226),
automaticallyImplyLeading: false,
),
body: const PaymentBody());
}