Remove back button

This commit is contained in:
Moe Poi ~ 2022-05-16 08:34:33 +07:00
parent d8e03a5b00
commit 3f7de2fa8f
2 changed files with 2 additions and 0 deletions

View file

@ -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),

View file

@ -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) {