checkout page

This commit is contained in:
efrilm
2025-10-27 15:27:21 +07:00
parent 9e5a6cc7ae
commit b8eefcbac0
11 changed files with 1234 additions and 77 deletions
@@ -31,7 +31,7 @@ class PageTitle extends StatelessWidget {
children: [
if (isBack) ...[
GestureDetector(
onTap: () => context.maybePop(),
onTap: () => context.router.maybePop(),
child: Icon(Icons.arrow_back, color: AppColor.primary, size: 24),
),
SpaceWidth(16),