Avoid imply back button automatically
This commit is contained in:
parent
3165bfa096
commit
f20ccd67e2
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class _PaymentState extends State<Payment> {
|
|||
title: const Text('Payment'),
|
||||
centerTitle: true,
|
||||
backgroundColor: const Color(0xff212226),
|
||||
automaticallyImplyLeading: false,
|
||||
),
|
||||
body: const PaymentBody());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue