Adding items to cart

This commit is contained in:
2024-05-02 17:02:43 +03:00
parent 727c04d368
commit ff29598ec5
8 changed files with 354 additions and 43 deletions

View File

@@ -37,16 +37,6 @@ class ProductCard extends StatelessWidget {
Text('\$$price', style: Theme.of(context).textTheme.titleSmall),
],
),
// child: Column(
// mainAxisSize: MainAxisSize.min,
// children: [
// imagePath,
// const SizedBox(height: 16),
// Text(name, style: Theme.of(context).textTheme.titleLarge),
// const SizedBox(height: 8),
// Text('\$$price', style: Theme.of(context).textTheme.titleSmall),
// ],
// ),
),
),
);