SellInCartCard constructor
SellInCartCard({
- Key? key,
- required ProductContentModel product,
Implementation
SellInCartCard({super.key, required this.product});
SellInCartCard({super.key, required this.product});