GoalProgressBoxes constructor
GoalProgressBoxes({})
Implementation
GoalProgressBoxes({
super.key,
required this.rewardPercent,
required this.tenure,
required this.redeemPercent,
required this.completedTenure,
GoalProgressBoxesStyle? style,
}) {
this.style = style ?? GoalProgressBoxesStyle();
}