Code committed

This commit is contained in:
2025-08-08 22:21:49 +05:30
parent f572983146
commit 9abcd609bf
22 changed files with 992 additions and 417 deletions

View File

@@ -59,7 +59,7 @@ class _MyOrderScreenState extends State<MyOrderScreen> {
width: 20,
child: InkWell(
onTap: () {
context.clearAndPush(routePath: MyRoutes.BOTTOMNAV);
context.clearAndPush(routePath: MyRoutes.HOME);
},
child: SvgPicture.asset(
APPASSETS.back,