Right deleting items from cart
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user