change page navigation
This commit is contained in:
@@ -182,7 +182,9 @@ class _ProfileState extends State<Profile> {
|
||||
deliveryAddress: deliveryAddressModel.defalutAddress,
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context, BottomUpPageRoute(DeliveryAddressList()));
|
||||
context,
|
||||
CupertinoPageRoute(
|
||||
builder: (context) => DeliveryAddressList()));
|
||||
},
|
||||
),
|
||||
getPrivilegeBox(context),
|
||||
|
||||
Reference in New Issue
Block a user