VisibleCouponCard constructor
const
VisibleCouponCard({
- Key? key,
- required ResponseReward reward,
- String? type,
Implementation
const VisibleCouponCard({
super.key,
required this.reward,
this.type,
});