checkout page
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user