VisibleCouponCard constructor

const VisibleCouponCard({
  1. Key? key,
  2. required ResponseReward reward,
  3. String? type,
})

Implementation

const VisibleCouponCard({
  super.key,
  required this.reward,
  this.type,
});