Right deleting items from cart

This commit is contained in:
2024-05-07 16:51:58 +03:00
parent e4628e977f
commit fecc388e1c
4 changed files with 70 additions and 18 deletions

View File

@@ -78,7 +78,9 @@ class _DetailPageState extends State<DetailPage> {
});
},
),
const SizedBox(width: 10),
Text('$quantity'),
const SizedBox(width: 10),
IconButton(
icon: const Icon(Icons.add),
onPressed: () async {