RewardsGrid constructor
const
RewardsGrid({
- Key? key,
- required List<
UserReward> rewards,
Implementation
const RewardsGrid({
super.key,
required this.rewards,
});