checkout - Linked checkout_items component
This commit is contained in:
parent
55ee837fbe
commit
4b22f95108
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:nekoya_flutter/components/checkout_form.dart';
|
||||
import 'package:nekoya_flutter/components/checkout_items.dart';
|
||||
|
||||
class Checkout extends StatefulWidget {
|
||||
const Checkout({Key? key}) : super(key: key);
|
||||
|
@ -22,6 +23,7 @@ class _CheckoutState extends State<Checkout> {
|
|||
child: SingleChildScrollView(
|
||||
child: Column(
|
||||
children: [
|
||||
CheckoutItems(),
|
||||
CheckoutForm(),
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue