RewardCard constructor
const
RewardCard({
- Key? key,
- required UserReward reward,
- bool? isExpired,
Implementation
const RewardCard({
super.key,
required this.reward,
this.isExpired,
});