Remove back button
This commit is contained in:
parent
d8e03a5b00
commit
3f7de2fa8f
2 changed files with 2 additions and 0 deletions
lib/screens
|
@ -42,6 +42,7 @@ class _CartState extends State<Cart> {
|
|||
title: const Text('Cart'),
|
||||
centerTitle: true,
|
||||
backgroundColor: const Color(0xff212226),
|
||||
automaticallyImplyLeading: false,
|
||||
),
|
||||
body: Container(
|
||||
margin: const EdgeInsets.only(bottom: 80.0),
|
||||
|
|
|
@ -21,6 +21,7 @@ class _ProductsState extends State<Products> {
|
|||
title: const Text('Nekoya'),
|
||||
centerTitle: true,
|
||||
backgroundColor: const Color(0xff212226),
|
||||
automaticallyImplyLeading: false,
|
||||
),
|
||||
body: LayoutBuilder(
|
||||
builder: (context, dimension) {
|
||||
|
|
Loading…
Add table
Reference in a new issue