CouponItem constructor
const
CouponItem({})
Implementation
const CouponItem({
Key? key,
required this.translate,
required this.coupon,
required this.getCurrencyFormatted,
this.onSelect,
this.email,
this.isFromCart = false,
}) : super(key: key);