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
@@ -42,7 +42,13 @@ class CheckoutPage extends StatelessWidget implements AutoRouteWrapper {
),
),
SpaceWidth(2),
Expanded(flex: 3, child: CheckoutRightPanel()),
Expanded(
flex: 3,
child: CheckoutRightPanel(
checkoutState: state,
price: price,
),
),
],
),
);