CouponIcon constructor
const
CouponIcon({})
Implementation
const CouponIcon({
Key? key,
required this.getCurrencyFormatted,
this.coupon,
this.size,
this.translate,
this.textStyle,
}) : super(key: key);
const CouponIcon({
Key? key,
required this.getCurrencyFormatted,
this.coupon,
this.size,
this.translate,
this.textStyle,
}) : super(key: key);