Adding items to cart
This commit is contained in:
@@ -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),
|
||||
// ],
|
||||
// ),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user