feat: address page and payment page
This commit is contained in:
@@ -185,12 +185,12 @@ class ProfilePage extends StatelessWidget {
|
||||
_buildMenuItem(
|
||||
icon: Icons.location_on_outlined,
|
||||
title: 'Alamat Tersimpan',
|
||||
onTap: () {},
|
||||
onTap: () => context.router.push(AddressRoute()),
|
||||
),
|
||||
_buildMenuItem(
|
||||
icon: Icons.payment_outlined,
|
||||
title: 'Pembayaran',
|
||||
onTap: () {},
|
||||
onTap: () => context.router.push(PaymentRoute()),
|
||||
),
|
||||
_buildMenuItem(
|
||||
icon: Icons.help_outline,
|
||||
|
||||
Reference in New Issue
Block a user