GoalModifyDefinitionCard constructor
const
GoalModifyDefinitionCard({
- Key? key,
- required GoalModifyDefinitionCardStyle style,
- required double rewardAmount,
- required int tenure,
- required double rewardEmiAmount,
- required double depositAmount,
- required double depositEmiAmount,
- required double goalAmount,
- required double currentBalance,
- required double pendingReward,
- required double rewardPercent,
- bool showGoalAmount = true,
Implementation
const GoalModifyDefinitionCard({
super.key,
required this.style,
required this.rewardAmount,
required this.tenure,
required this.rewardEmiAmount,
required this.depositAmount,
required this.depositEmiAmount,
required this.goalAmount,
required this.currentBalance,
required this.pendingReward,
required this.rewardPercent,
this.showGoalAmount = true,
});